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):
    ...
ParameterTypeDescription
sub_documentSubDocumentThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also