visit_bookmark_end method
visit_bookmark_end(bookmark_end)
Called when an end of a bookmark is encountered in the document.
def visit_bookmark_end(self, bookmark_end: aspose.words.BookmarkEnd):
...
Parameter | Type | Description |
---|---|---|
bookmark_end | BookmarkEnd | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor