Word.Interfaces.CommentReplyCollectionLoadOptions interface
Word のコレクションが含まれています。CommentReply オブジェクトを使用します。 1 つのコメント スレッド内のすべてのコメント返信を表します。
プロパティ
| $all | 読み込みオプションに |
| author |
For each ITEM in the collection: コメント返信の作成者のメールを取得します。 |
| author |
For each ITEM in the collection: コメント返信の作成者の名前を取得します。 |
| content | For each ITEM in the collection: コメント返信の内容を指定します。 文字列はプレーン テキストです。 |
| content |
For each ITEM in the collection: commentReplyのコンテンツ範囲を指定します。 |
| creation |
For each ITEM in the collection: コメント返信の作成日を取得します。 |
| id | For each ITEM in the collection: コメント返信の ID を取得します。 |
| parent |
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
For each ITEM in the collection: コメント返信の内容を指定します。 文字列はプレーン テキストです。
content?: boolean;
プロパティ値
boolean
注釈
contentRange
For each ITEM in the collection: commentReplyのコンテンツ範囲を指定します。
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
注釈
parentComment
For each ITEM in the collection: この応答の親コメントを取得します。
parentComment?: Word.Interfaces.CommentLoadOptions;