Edit

Word.Interfaces.BookmarkUpdateData interface

An interface for updating data on the Bookmark object, for use in bookmark.set({ ... }).

Remarks

Used by

Properties

end

Specifies the ending character position of the bookmark.

range

Returns a Range object that represents the portion of the document that's contained in the Bookmark object.

start

Specifies the starting character position of the bookmark.

Property Details

end

Specifies the ending character position of the bookmark.

end?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.4

range

Returns a Range object that represents the portion of the document that's contained in the Bookmark object.

range?: Word.Interfaces.RangeUpdateData;

Property Value

Remarks

API set: WordApiDesktop 1.4

start

Specifies the starting character position of the bookmark.

start?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.4