Aspose::Words::DocumentVisitor::VisitBookmarkStart method

DocumentVisitor::VisitBookmarkStart method

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

virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitBookmarkStart(System::SharedPtr<Aspose::Words::BookmarkStart> bookmarkStart)
ParameterTypeDescription
bookmarkStartSystem::SharedPtr<Aspose::Words::BookmarkStart>The object that is being visited.

ReturnValue

A VisitorAction value that specifies how to continue the enumeration.

See Also