PageMargins

Overview

PageMargins is a class in Aspose.Cells FOSS for Python.

Represents page margins.

This class provides 1 method for working with PageMargins objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: bottom, footer, header, left, right, top.

Properties

NameTypeAccessDescription
left``Read/WriteLeft margin in inches.
right``Read/WriteRight margin in inches.
top``Read/WriteTop margin in inches.
bottom``Read/WriteBottom margin in inches.
header``Read/WriteHeader margin in inches.
footer``Read/WriteFooter margin in inches.

Methods

SignatureDescription
__init__()

See Also