ShapeAnchor
Overview
ShapeAnchor 是Python的Aspose.Words FOSS中的一个类.
解析了SPA (形状地址) 来自PlcSpaMom / PlcSpaHdr.
这个类提供了一个方法,用于在Python程序中使用ShapeAnchor 对象. 有的方法包括: __init__. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: bx, by, cp, height, left, spid,另外还有3个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
cp | `` | Read | 得到了CP. |
spid | `` | Read | 得到了蜘蛛. |
left | `` | Read | 得到左边. |
top | `` | Read | 他得到了顶部. |
width | `` | Read | 得到宽度. |
height | `` | Read | 得到了高度. |
wr | `` | Read | 得到了WR. |
bx | `` | Read | 得到了BX. |
by | `` | Read | 得到了通过. |
Methods
| Signature | Description |
|---|---|
__init__(cp: int, spid: int, left: float, top: float, width: float, height: float, wr: int, bx: int, by: int) |