Word.Interfaces.BookmarkCollectionLoadOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Specifies the ending character position of the bookmark.
end?: boolean;
Property Value
boolean
Remarks
isColumn
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Returns true
if the bookmark is a table column.
isColumn?: boolean;
Property Value
boolean
Remarks
isEmpty
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Returns true
if the bookmark is empty.
isEmpty?: boolean;
Property Value
boolean
Remarks
name
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Returns the name of the Bookmark
object.
name?: boolean;
Property Value
boolean
Remarks
range
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Specifies the starting character position of the bookmark.
start?: boolean;
Property Value
boolean
Remarks
storyType
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Returns the story type for the bookmark.
storyType?: boolean;
Property Value
boolean