Contents

thematicBreakIntentWithIdentity:nestedInsideIntent:

Creates a thematic break intent with the provided information.

Declaration

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

Parameters

  • identity:

    The unique identifier for the intent.

  • parent:

    The parent intent of the horizontal rule.

Return Value

A new intent with the kind set to NSPresentationIntentKindThematicBreak.

See Also

Creating a presentation intent