NSPositionalSpecifier
A specifier for an insertion point in a container relative to another object in the container.
Declaration
class NSPositionalSpecifierOverview
Instances of NSPositionalSpecifier specify an insertion point in a container relative to another object in the container, for example, before first word or after paragraph 4. The container is specified by an instance of NSScriptObjectSpecifier. NSPositionalSpecifier objects commonly encapsulate object specifiers used as arguments to the make (create) and move commands and indicate where the created or moved object is to be inserted relative to the object represented by an object specifier.
Invoking an accessor method to obtain information about an instance of NSPositionalSpecifier causes the object to be evaluated if it hasn’t been already.
You don’t normally subclass NSPositionalSpecifier.
Topics
Initializing a positional specifier
Accessing information about a positional specifier
insertionContainerinsertionIndexinsertionKeyinsertionReplacesobjectSpecifierpositionsetInsertionClassDescription(_:)