GroupShapeInfo
Overview
GroupShapeInfo 是Python的Aspose.Words FOSS中的一个类.
形状组的坐标系 (来自Spgr记录).
这个类提供了一个方法,用于在Python程序中使用GroupShapeInfo 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: coord_bottom, coord_left, coord_right, coord_top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
coord_left | `` | Read | 得到了左边的线. |
coord_top | `` | Read | 得到了最高的位置. |
coord_right | `` | Read | 得到了正确的协调. |
coord_bottom | `` | Read | 得到了底部的协调. |
Methods
| Signature | Description |
|---|---|
__init__(left: int, top: int, right: int, bottom: int) |