ShapeAnchor
Overview
ShapeAnchor is a class in Aspose.Words FOSS for Python.
Parsed SPA (Shape Address) from PlcSpaMom / PlcSpaHdr.
This class provides 1 method for working with ShapeAnchor objects in Python programs.
Available methods include: __init__.
All exported members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: bx, by, cp, height, left, spid, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
cp | `` | Read | Gets the cp. |
spid | `` | Read | Gets the spid. |
left | `` | Read | Gets the left. |
top | `` | Read | Gets the top. |
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
wr | `` | Read | Gets the wr. |
bx | `` | Read | Gets the bx. |
by | `` | Read | Gets the by. |
Methods
| Signature | Description |
|---|---|
__init__(cp: int, spid: int, left: float, top: float, width: float, height: float, wr: int, bx: int, by: int) |