RunBuilder
Overview
RunBuilder is a class in Aspose.Words FOSS for Python.
Build a single :class:ldm.Run with a resolved font cascade.
This class provides 2 methods for working with RunBuilder 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__(font_resolver: FontResolver) | |
build(r_elem: ET.Element, para_style_id: str) → ldm.Run | Translate one <w:r> into a Run; para_style_id feeds the font cascade. |