Class

NSPositionalSpecifier

A specifier for an insertion point in a container relative to another object in the container. そのコンテナ中の別のオブジェクトとの関係での、あるコンテナにおける挿入点のための指定子。

Declaration 宣言

class NSPositionalSpecifier : NSObject

Overview 概要

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. NSPositionalSpecifierのインスタンスは、あるコンテナにおける挿入点をそのコンテナ中の別のオブジェクトとの関係で指定します、例えば、before first wordまたはafter paragraph 4。コンテナはNSScriptObjectSpecifierのインスタンスによって指定されます。NSPositionalSpecifierオブジェクトは一般にmakecreate)そしてmoveコマンドに対する引数として使われるオブジェクト指定子をカプセル化します、そして作成または移動されたオブジェクトがどこに挿入されることになるかをオブジェクト指定子によって表されるオブジェクトに相対的に指し示します。

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. あなたは通常NSPositionalSpecifierのサブクラスを作成しません。

Topics 話題

Initializing a positional specifier 位置指定子を初期化する

Accessing information about a positional specifier 位置指定子についての情報にアクセスする

Evaluating a positional specifier 位置指定子を評価する

Constants 定数

Relationships 関係

Inherits From 継承元

See Also 参照

Object Specifiers オブジェクト指定子