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

[ API set: WordApiDesktop 1.2 ]

left

Represents the left position of the shape being inserted.

left?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.2 ]

top

Represents the top position of the shape being inserted.

top?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.2 ]

width

Represents the width of the shape being inserted.

width?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.2 ]