GroupShapeInfo
Overview
GroupShapeInfo is a class in Aspose.Words FOSS for Python.
Coordinate system of a shape group (from Spgr record).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
coord_left | `` | Read | |
coord_top | `` | Read | |
coord_right | `` | Read | |
coord_bottom | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(left: int, top: int, right: int, bottom: int) |