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
| Name | Type | Access | Description |
|---|---|---|---|
left | `` | Read/Write | Left margin in inches. |
right | `` | Read/Write | Right margin in inches. |
top | `` | Read/Write | Top margin in inches. |
bottom | `` | Read/Write | Bottom margin in inches. |
header | `` | Read/Write | Header margin in inches. |
footer | `` | Read/Write | Footer margin in inches. |
Methods
| Signature | Description |
|---|---|
__init__() |