Word.Interfaces.ShapeGroupData interface
An interface describing the data returned by calling shapeGroup.toJSON().
Properties
| id | Gets an integer that represents the shape group identifier. |
| shape | Gets the |
| shapes | Gets the collection of |
Property Details
id
Gets an integer that represents the shape group identifier.
id?: number;
Property Value
number
Remarks
shape
Gets the Shape object associated with the group.
shape?: Word.Interfaces.ShapeData;
Property Value
Remarks
shapes
Gets the collection of Shape objects. Currently, only text boxes, geometric shapes, and pictures are supported.
shapes?: Word.Interfaces.ShapeData[];