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

NameTypeAccessDescription
cp``ReadGets the cp.
spid``ReadGets the spid.
left``ReadGets the left.
top``ReadGets the top.
width``ReadGets the width.
height``ReadGets the height.
wr``ReadGets the wr.
bx``ReadGets the bx.
by``ReadGets the by.

Methods

SignatureDescription
__init__(cp: int, spid: int, left: float, top: float, width: float, height: float, wr: int, bx: int, by: int)

See Also