Word.Interfaces.CommentReplyLoadOptions interface
ドキュメント内のコメント返信を表します。
プロパティ
| $all | 読み込みオプションに |
| author |
コメント返信作成者のメール アドレスを取得します。 |
| author |
コメント返信作成者の名前を取得します。 |
| content | コメント返信のコンテンツを指定します。 文字列はプレーン テキストです。 |
| content |
commentReply のコンテンツ範囲を指定します。 |
| creation |
コメント返信の作成日を取得します。 |
| id | コメント返信の ID を取得します。 |
| parent |
この返信の親コメントを取得します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
authorEmail
authorName
content
contentRange
commentReply のコンテンツ範囲を指定します。
contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;
プロパティ値
注釈
creationDate
id
parentComment
この返信の親コメントを取得します。
parentComment?: Word.Interfaces.CommentLoadOptions;