tableCellIntentWithIdentity:column:nestedInsideIntent:
Creates a table cell intent with the provided information.
Declaration
+ (NSPresentationIntent *) tableCellIntentWithIdentity:(NSInteger) identity column:(NSInteger) column nestedInsideIntent:(NSPresentationIntent *) parent;Parameters
- identity:
The unique identifier for the intent.
- column:
The column number for the cell.
- parent:
The parent intent of the cell.
Return Value
A new intent with the kind set to NSPresentationIntentKindTableCell.
See Also
Creating a presentation intent
paragraphIntentWithIdentity:nestedInsideIntent:headerIntentWithIdentity:level:nestedInsideIntent:orderedListIntentWithIdentity:nestedInsideIntent:unorderedListIntentWithIdentity:nestedInsideIntent:listItemIntentWithIdentity:ordinal:nestedInsideIntent:codeBlockIntentWithIdentity:languageHint:nestedInsideIntent:blockQuoteIntentWithIdentity:nestedInsideIntent:thematicBreakIntentWithIdentity:nestedInsideIntent:tableIntentWithIdentity:columnCount:alignments:nestedInsideIntent:tableHeaderRowIntentWithIdentity:nestedInsideIntent:tableRowIntentWithIdentity:row:nestedInsideIntent: