Contents

blockQuoteIntentWithIdentity:nestedInsideIntent:

Creates a block-quote intent with the provided information.

Declaration

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

Parameters

  • identity:

    The unique identifier for the intent.

  • parent:

    The parent intent of the block quote.

Return Value

A new intent with the kind set to NSPresentationIntentKindBlockQuote.

See Also

Creating a presentation intent