SectionBuilder

Overview

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

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

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