Word.Interfaces.CommentCollectionLoadOptions interface
Word のコレクションが含まれています。コメント オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| author |
For each ITEM in the collection: コメント作成者のメール アドレスを取得します。 |
| author |
For each ITEM in the collection: コメントの作成者の名前を取得します。 |
| content | コレクション内の各アイテムの場合: コメントの内容をプレーン テキストとして指定します。 |
| content |
For each ITEM in the collection: コメントのコンテンツ範囲を指定します。 |
| creation |
For each ITEM in the collection: コメントの作成日を取得します。 |
| id | For each ITEM in the collection: コメントの ID を取得します。 |
| resolved | For each ITEM in the collection: コメント スレッドのステータスを指定します。
|
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
authorEmail
For each ITEM in the collection: コメント作成者のメール アドレスを取得します。
authorEmail?: boolean;
プロパティ値
boolean
注釈
authorName
For each ITEM in the collection: コメントの作成者の名前を取得します。
authorName?: boolean;
プロパティ値
boolean
注釈
content
コレクション内の各アイテムの場合: コメントの内容をプレーン テキストとして指定します。
content?: boolean;
プロパティ値
boolean
注釈
contentRange
For each ITEM in the collection: コメントのコンテンツ範囲を指定します。
contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;
プロパティ値
注釈
creationDate
For each ITEM in the collection: コメントの作成日を取得します。
creationDate?: boolean;
プロパティ値
boolean
注釈
id
For each ITEM in the collection: コメントの ID を取得します。
id?: boolean;
プロパティ値
boolean
注釈
resolved
For each ITEM in the collection: コメント スレッドのステータスを指定します。
true に設定すると、コメント スレッドが解決されます。 値 true を取得した場合、コメント スレッドが解決されたことを意味します。
resolved?: boolean;
プロパティ値
boolean