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