Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.ShapeGroupLoadOptions interface
- Package:
- word
Represents a shape group in the document. To get the corresponding Word.Shape object, use ShapeGroup.shape.
Properties
| $all | Specifying |
| id | Gets an integer that represents the shape group identifier. |
| shape | Gets the |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
id
Gets an integer that represents the shape group identifier.
id?: boolean;
Property Value
boolean
Remarks
shape
Gets the Shape object associated with the group.
shape?: Word.Interfaces.ShapeLoadOptions;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
