Word.Interfaces.AnnotationCollectionLoadOptions interface
Word のコレクションが含まれています。注釈オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| critique |
For each ITEM in the collection: |
| id | For each ITEM in the collection: |
| state | For each ITEM in the collection: 注釈の状態を取得します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
critiqueAnnotation
For each ITEM in the collection: CritiqueAnnotation オブジェクトを取得します。
critiqueAnnotation?: Word.Interfaces.CritiqueAnnotationLoadOptions;
プロパティ値
注釈
id
For each ITEM in the collection: Annotation オブジェクトの追跡を容易にするために使用する一意の識別子を取得します。
id?: boolean;
プロパティ値
boolean
注釈
state
For each ITEM in the collection: 注釈の状態を取得します。
state?: boolean;
プロパティ値
boolean