bookmark_name property
FieldSeq.bookmark_name property
Gets or sets a bookmark name that refers to an item elsewhere in the document rather than in the current location.
@property
def bookmark_name(self) -> str:
...
@bookmark_name.setter
def bookmark_name(self, value: str):
...
See Also
- module aspose.words.fields
- class FieldSeq