visit_body_start method

visit_body_start(body)

Called when enumeration of the main text story in a section has started.

def visit_body_start(self, body: aspose.words.Body):
    ...
ParameterTypeDescription
bodyBodyThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also