visit_sub_document method
visit_sub_document(sub_document)
Called when a sub-document is encountered.
def visit_sub_document(self, sub_document: aspose.words.SubDocument):
...
Parameter | Type | Description |
---|---|---|
sub_document | SubDocument | The object that is being visited. |
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor