Overview
PageSetupBuilder is a class in Aspose.Words FOSS for Python.
Build :class:ldm.PageSetup from a <w:sectPr> element.
Methods
| Signature | Description |
|---|
build(sect_pr: ET.Element) → ldm.PageSetup | Translate one <w:sectPr> into :class:ldm.PageSetup. |
See Also