Word.Interfaces.ShapeGroupUpdateData interface
An interface for updating data on the ShapeGroup
object, for use in shapeGroup.set({ ... })
.
Properties
shape | Gets the Shape object associated with the group. |
Property Details
shape
Gets the Shape object associated with the group.
shape?: Word.Interfaces.ShapeUpdateData;