-
Methods in org.robovm.apple.foundation that return NSPresentationIntent
| Modifier and Type |
Method |
Description |
static NSPresentationIntent |
NSPresentationIntent.createBlockQuoteIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createCodeBlockIntent(long identity,
String languageHint,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createHeaderIntent(long identity,
long level,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createListItemIntent(long identity,
long ordinal,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createOrderedListIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createParagraphIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createTableCellIntent(long identity,
long column,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createTableHeaderRowIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createTableIntent(long identity,
long columnCount,
NSArray<NSNumber> alignments,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createTableRowIntent(long identity,
long row,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createThematicBreakIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createUnorderedListIntent(long identity,
NSPresentationIntent parent) |
|
NSPresentationIntent |
NSPresentationIntent.getParentIntent() |
|
Methods in org.robovm.apple.foundation with parameters of type NSPresentationIntent
| Modifier and Type |
Method |
Description |
static NSPresentationIntent |
NSPresentationIntent.createBlockQuoteIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createCodeBlockIntent(long identity,
String languageHint,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createHeaderIntent(long identity,
long level,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createListItemIntent(long identity,
long ordinal,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createOrderedListIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createParagraphIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createTableCellIntent(long identity,
long column,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createTableHeaderRowIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createTableIntent(long identity,
long columnCount,
NSArray<NSNumber> alignments,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createTableRowIntent(long identity,
long row,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createThematicBreakIntent(long identity,
NSPresentationIntent parent) |
|
static NSPresentationIntent |
NSPresentationIntent.createUnorderedListIntent(long identity,
NSPresentationIntent parent) |
|
boolean |
NSPresentationIntent.isEquivalentToPresentationIntent(NSPresentationIntent other) |
|