Word.Interfaces.BookmarkCollectionLoadOptions interface
A collection of Word.Bookmark objects that represent the bookmarks in the specified selection, range, or document.
Remarks
Properties
| $all | Specifying |
| end | For EACH ITEM in the collection: Specifies the ending character position of the bookmark. |
| is |
For EACH ITEM in the collection: Returns |
| is |
For EACH ITEM in the collection: Returns |
| name | For EACH ITEM in the collection: Returns the name of the |
| range | For EACH ITEM in the collection: Returns a |
| start | For EACH ITEM in the collection: Specifies the starting character position of the bookmark. |
| story |
For EACH ITEM in the collection: Returns the story type for the bookmark. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
end
For EACH ITEM in the collection: Specifies the ending character position of the bookmark.
end?: boolean;
Property Value
boolean
Remarks
isColumn
For EACH ITEM in the collection: Returns true if the bookmark is a table column.
isColumn?: boolean;
Property Value
boolean
Remarks
isEmpty
For EACH ITEM in the collection: Returns true if the bookmark is empty.
isEmpty?: boolean;
Property Value
boolean
Remarks
name
For EACH ITEM in the collection: Returns the name of the Bookmark object.
name?: boolean;
Property Value
boolean
Remarks
range
For EACH ITEM in the collection: Returns a Range object that represents the portion of the document that's contained in the Bookmark object.
range?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
start
For EACH ITEM in the collection: Specifies the starting character position of the bookmark.
start?: boolean;
Property Value
boolean
Remarks
storyType
For EACH ITEM in the collection: Returns the story type for the bookmark.
storyType?: boolean;
Property Value
boolean