text property

Bookmark.text property

Gets or sets the text enclosed in the bookmark.

@property
def text(self) -> str:
    ...

@text.setter
def text(self, value: str):
    ...

See Also