ChildAnchorInfo
Overview
ChildAnchorInfo is a class in Aspose.Words FOSS for Python.
Position of a child shape within its parent group’s coordinate system.
This class provides 1 method for working with ChildAnchorInfo 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: bottom, left, right, top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
left | `` | Read | Gets the left. |
top | `` | Read | Gets the top. |
right | `` | Read | Gets the right. |
bottom | `` | Read | Gets the bottom. |
Methods
| Signature | Description |
|---|---|
__init__(left: int, top: int, right: int, bottom: int) |