SectionBuilder

Overview

SectionBuilder is a class in Aspose.Words FOSS for Python.

Split the body into :class:ldm.Section\ s at sectPr boundaries.

This class provides 2 methods for working with SectionBuilder objects in Python programs. Available methods include: __init__, build_all. All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.

Methods

SignatureDescription
__init__(ctx: ReaderContext, paragraph_builder: ParagraphBuilder, table_builder: TableBuilderFn, page_setup_builder: PageSetupBuilder)
build_all()list[ldm.Section]Walk the body and split into Sections at every <w:sectPr>.

See Also