PageSetupBuilder

PageSetupBuilder

Overview

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

Build :class:ldm.PageSetup from a <w:sectPr> element.

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

Methods

SignatureDescription
build(sect_pr: ET.Element)ldm.PageSetupTranslate one <w:sectPr> into :class:ldm.PageSetup.

See Also