GroupShapeInfo
Overview
GroupShapeInfo is a class in Aspose.Words FOSS for Python.
Coordinate system of a shape group (from Spgr record).
This class provides 1 method for working with GroupShapeInfo 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: coord_bottom, coord_left, coord_right, coord_top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
coord_left | `` | Read | Gets the coord left. |
coord_top | `` | Read | Gets the coord top. |
coord_right | `` | Read | Gets the coord right. |
coord_bottom | `` | Read | Gets the coord bottom. |
Methods
| Signature | Description |
|---|---|
__init__(left: int, top: int, right: int, bottom: int) |