visit_body_start method
visit_body_start(body)
Called when enumeration of the main text story in a section has started.
def visit_body_start(self, body: aspose.words.Body):
...
Parameter | Type | Description |
---|---|---|
body | Body | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor