bookmarks property

Range.bookmarks property

Returns a Range.bookmarks collection that represents all bookmarks in the range.

@property
def bookmarks(self) -> aspose.words.BookmarkCollection:
    ...

See Also