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