Word.InsertShapeOptions interface
Specifies the options to determine location and size when inserting a shape.
Remarks
[ API set: WordApiDesktop 1.2 ]
Properties
height | Represents the height of the shape being inserted. |
left | Represents the left position of the shape being inserted. |
top | Represents the top position of the shape being inserted. |
width | Represents the width of the shape being inserted. |
Property Details
height
Represents the height of the shape being inserted.
height?: number;
Property Value
number
Remarks
left
Represents the left position of the shape being inserted.
left?: number;
Property Value
number
Remarks
top
Represents the top position of the shape being inserted.
top?: number;
Property Value
number
Remarks
width
Represents the width of the shape being inserted.
width?: number;
Property Value
number
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins