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):
    ...
| Parameter | Type | Description | 
|---|---|---|
| paragraph | Paragraph | The object that is being visited. | 
Returns
A VisitorAction value that specifies how to continue the enumeration.
See Also
- module aspose.words
- class DocumentVisitor