Overview
PsPage 是Python的Aspose.Page FOSS中的一个类.
可以编辑的PS/EPS页面.
特性: canvas, content, dirty, height, width.
Properties
| Name | Type | Access | Description |
|---|
width | float | 阅读/写作 | 得到或设置宽度. |
height | float | 阅读/写作 | 得到或设置高度. |
content | list[str] | 阅读/写作 | 获取或设置内容. |
dirty | bool | 阅读/写作 | 得到或设置的脏. |
canvas | "PsCanvas" | 阅读/写作 | 得到或设置画布. |
See Also