Overview
BookmarkStart is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
Marks the beginning of a Word bookmark (<w:bookmarkStart>).
Properties: name, type.
Properties
| Name | Type | Access | Description |
|---|
type | str | Read | Gets the type. |
name | str | Read | Gets the name. |
See Also