PageMargins
PageMargins
Overview
PageMargins 是Python的Aspose.Cells FOSS中的一个类.
代表页面边缘.
这个类提供了一个方法,用于在Python程序中使用PageMargins 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: bottom, footer, header, left, right, top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
left | `` | 阅读/写作 | 左边的数值是英寸. |
right | `` | 阅读/写作 | 右边的数值为英寸. |
top | `` | 阅读/写作 | 顶端的边界以英寸表示. |
bottom | `` | 阅读/写作 | 下边界为英寸. |
header | `` | 阅读/写作 | 标题边缘以英寸表示. |
footer | `` | 阅读/写作 | 脚边的数值为英寸. |
Methods
| Signature | Description |
|---|---|
__init__() |