Contents

orderedListIntentWithIdentity:nestedInsideIntent:

Creates an ordered-list intent with the provided information.

Declaration

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

Parameters

  • identity:

    The unique identifier for the intent.

  • parent:

    The parent intent of the ordered list.

Return Value

A new intent with the kind set to NSPresentationIntentKindOrderedList.

See Also

Creating a presentation intent