BookmarkStart constructor
BookmarkStart(doc, name)
Initializes a new instance of the BookmarkStart class.
def __init__(self, doc: aspose.words.DocumentBase, name: str):
...
| Parameter | Type | Description |
|---|---|---|
| doc | DocumentBase | The owner document. |
| name | str | The name of the bookmark. Cannot be None. |
See Also
- module aspose.words
- class BookmarkStart