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