Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.Interfaces.ShapeGroupData interface

Package:
word

An interface describing the data returned by calling shapeGroup.toJSON().

Remarks

Used by

Properties

id

Gets an integer that represents the shape group identifier.

shape

Gets the Shape object associated with the group.

shapes

Gets the collection of Shape objects. Currently, only text boxes, geometric shapes, and pictures are supported.

Property Details

id

Gets an integer that represents the shape group identifier.

id?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.2

shape

Gets the Shape object associated with the group.

shape?: Word.Interfaces.ShapeData;

Property Value

Remarks

API set: WordApiDesktop 1.2

shapes

Gets the collection of Shape objects. Currently, only text boxes, geometric shapes, and pictures are supported.

shapes?: Word.Interfaces.ShapeData[];

Property Value

Remarks

API set: WordApiDesktop 1.2


Feedback

Was this page helpful?