tableRowIntentWithIdentity:row:nestedInsideIntent:
Creates a table row intent with the provided information.
Declaration
+ (NSPresentationIntent *) tableRowIntentWithIdentity:(NSInteger) identity row:(NSInteger) row nestedInsideIntent:(NSPresentationIntent *) parent;Parameters
- identity:
The unique identifier for the intent.
- row:
The row number.
- parent:
The parent intent of row.
Return Value
A new intent with the kind set to NSPresentationIntentKindTableRow.
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:tableCellIntentWithIdentity:column:nestedInsideIntent: