Aspose::Words::DocumentVisitor::VisitDocumentStart method
DocumentVisitor::VisitDocumentStart method
Called when enumeration of the document has started.
virtual Aspose::Words::VisitorAction Aspose::Words::DocumentVisitor::VisitDocumentStart(System::SharedPtr<Aspose::Words::Document> doc)
Parameter | Type | Description |
---|---|---|
doc | System::SharedPtr<Aspose::Words::Document> | The object that is being visited. |
ReturnValue
A VisitorAction value that specifies how to continue the enumeration.
See Also
- Enum VisitorAction
- Class Document
- Class DocumentVisitor
- Namespace Aspose::Words
- Library Aspose.Words for C++