GroupShapeInfo

Overview

GroupShapeInfo is a class in Aspose.Words FOSS for Python.

Coordinate system of a shape group (from Spgr record).

Properties

NameTypeAccessDescription
coord_left``Read
coord_top``Read
coord_right``Read
coord_bottom``Read

Methods

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