Word.Interfaces.CommentReplyCollectionLoadOptions interface

Word のコレクションが含まれています。CommentReply オブジェクトを使用します。 1 つのコメント スレッド内のすべてのコメント返信を表します。

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

authorEmail

For each ITEM in the collection: コメント返信の作成者のメールを取得します。

authorName

For each ITEM in the collection: コメント返信の作成者の名前を取得します。

content

For each ITEM in the collection: コメント返信の内容を指定します。 文字列はプレーン テキストです。

contentRange

For each ITEM in the collection: commentReplyのコンテンツ範囲を指定します。

creationDate

For each ITEM in the collection: コメント返信の作成日を取得します。

id

For each ITEM in the collection: コメント返信の ID を取得します。

parentComment

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

注釈

API セット: WordApi 1.4

authorName

For each ITEM in the collection: コメント返信の作成者の名前を取得します。

authorName?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.4

content

For each ITEM in the collection: コメント返信の内容を指定します。 文字列はプレーン テキストです。

content?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.4

contentRange

For each ITEM in the collection: commentReplyのコンテンツ範囲を指定します。

contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;

プロパティ値

注釈

API セット: WordApi 1.4

creationDate

For each ITEM in the collection: コメント返信の作成日を取得します。

creationDate?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.4

id

For each ITEM in the collection: コメント返信の ID を取得します。

id?: boolean;

プロパティ値

boolean

注釈

API セット: WordApi 1.4

parentComment

For each ITEM in the collection: この応答の親コメントを取得します。

parentComment?: Word.Interfaces.CommentLoadOptions;

プロパティ値

注釈

API セット: WordApi 1.4