PageMargins

Overview

PageMargins 是Python的Aspose.Cells FOSS中的一个类.

代表页面边缘.

这个类提供了一个方法,用于在Python程序中使用PageMargins 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Cells FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: bottom, footer, header, left, right, top.

Properties

NameTypeAccessDescription
left``阅读/写作左边的数值是英寸.
right``阅读/写作右边的数值为英寸.
top``阅读/写作顶端的边界以英寸表示.
bottom``阅读/写作下边界为英寸.
header``阅读/写作标题边缘以英寸表示.
footer``阅读/写作脚边的数值为英寸.

Methods

SignatureDescription
__init__()

See Also

 中文