Contents

paragraphIntentWithIdentity:nestedInsideIntent:

Creates a paragraph intent with the provided information.

Declaration

+ (NSPresentationIntent *) paragraphIntentWithIdentity:(NSInteger) identity nestedInsideIntent:(NSPresentationIntent *) parent;

Parameters

  • identity:

    The unique identifier for the intent.

  • parent:

    The parent intent of the paragraph.

Return Value

A new intent with the kind set to NSPresentationIntentKindParagraph.

See Also

Creating a presentation intent