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):
    ...
ParameterTypeDescription
bookmark_endBookmarkEndThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also