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
| Signature | Description |
|---|---|
__init__(ctx: ReaderContext, font_builder: FontBuilder) | |
build(pPr: ET.Element) → ldm.ParagraphFormat | Translate one <w:pPr> into a value-only :class:ldm.ParagraphFormat. |