Overview
ChildAnchorInfo is a class in Aspose.Words FOSS for Python.
Position of a child shape within its parent group’s coordinate system.
Properties
| Name | Type | Access | Description |
|---|
left | `` | Read | |
top | `` | Read | |
right | `` | Read | |
bottom | `` | Read | |
Methods
| Signature | Description |
|---|
__init__(left: int, top: int, right: int, bottom: int) | |