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

NameTypeAccessDescription
coord_left``ReadGets the coord left.
coord_top``ReadGets the coord top.
coord_right``ReadGets the coord right.
coord_bottom``ReadGets the coord bottom.

Methods

SignatureDescription
__init__(left: int, top: int, right: int, bottom: int)

See Also