ListBuilder

Overview

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

Translate <w:numbering> into a list of :class:ldm.DocList.

This class provides 2 methods for working with ListBuilder 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, fonts: FontBuilder)
build_all()list[ldm.DocList]Return one :class:ldm.DocList per <w:num> in numbering.xml.

See Also