Word.Interfaces.BookmarkCollectionLoadOptions interface
Word のコレクション。指定した選択範囲、範囲、またはドキュメント内のブックマークを表すブックマーク オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| end | For each ITEM in the collection: ブックマークの終了文字位置を指定します。 |
| is |
For each ITEM in the collection: ブックマークがテーブル列の場合に |
| is |
For each ITEM in the collection: ブックマークが空の場合は |
| name | For each ITEM in the collection: |
| range | For each ITEM in the collection: |
| start | コレクション内の各アイテムの場合: ブックマークの開始文字位置を指定します。 |
| story |
For each ITEM in the collection: ブックマークのストーリーの種類を返します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
end
For each ITEM in the collection: ブックマークの終了文字位置を指定します。
end?: boolean;
プロパティ値
boolean
注釈
isColumn
For each ITEM in the collection: ブックマークがテーブル列の場合に true を返します。
isColumn?: boolean;
プロパティ値
boolean
注釈
isEmpty
For each ITEM in the collection: ブックマークが空の場合は true を返します。
isEmpty?: boolean;
プロパティ値
boolean
注釈
name
For each ITEM in the collection: Bookmark オブジェクトの名前を返します。
name?: boolean;
プロパティ値
boolean
注釈
range
For each ITEM in the collection: Bookmarkオブジェクトに含まれるドキュメントの部分を表すRangeオブジェクトを返します。
range?: Word.Interfaces.RangeLoadOptions;
プロパティ値
注釈
start
コレクション内の各アイテムの場合: ブックマークの開始文字位置を指定します。
start?: boolean;
プロパティ値
boolean
注釈
storyType
For each ITEM in the collection: ブックマークのストーリーの種類を返します。
storyType?: boolean;
プロパティ値
boolean