visit_bookmark_start method

visit_bookmark_start(bookmark_start)

Called when a start of a bookmark is encountered in the document.

def visit_bookmark_start(self, bookmark_start: aspose.words.BookmarkStart):
    ...
ParameterTypeDescription
bookmark_startBookmarkStartThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also