visit_paragraph_start method

visit_paragraph_start(paragraph)

Called when enumeration of a paragraph has started.

def visit_paragraph_start(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