visit_office_math_start method
visit_office_math_start(office_math)
Called when enumeration of a Office Math object has started.
def visit_office_math_start(self, office_math: aspose.words.math.OfficeMath):
...
Parameter | Type | Description |
---|---|---|
office_math | OfficeMath | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor