visit_section_start method

visit_section_start(section)

Called when enumeration of a section has started.

def visit_section_start(self, section: aspose.words.Section):
    ...
ParameterTypeDescription
sectionSectionThe object that is being visited.

Returns

A VisitorAction value that specifies how to continue the enumeration.

See Also