visit_paragraph_end method

visit_paragraph_end(paragraph)

Called when enumeration of a paragraph has ended.

def visit_paragraph_end(self, paragraph: aspose.words.Paragraph):
    ...
ParameterTypeDescription
paragraphParagraphThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also