ParagraphFormatBuilder

ParagraphFormatBuilder

Overview

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

Build a non-cascaded :class:ldm.ParagraphFormat from one <w:pPr>.

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

Methods

SignatureDescription
__init__(ctx: ReaderContext, font_builder: FontBuilder)
build(pPr: ET.Element)ldm.ParagraphFormatTranslate one <w:pPr> into a value-only :class:ldm.ParagraphFormat.

See Also