Word.Interfaces.ShapeTextWrapLoadOptions interface
Represents all the properties for wrapping text around a shape.
Remarks
[ API set: WordApiDesktop 1.2 ]
Properties
$all | Specifying |
bottom |
Specifies the distance (in points) between the document text and the bottom edge of the text-free area surrounding the specified shape. |
left |
Specifies the distance (in points) between the document text and the left edge of the text-free area surrounding the specified shape. |
right |
Specifies the distance (in points) between the document text and the right edge of the text-free area surrounding the specified shape. |
side | Specifies whether the document text should wrap on both sides of the specified shape, on either the left or right side only, or on the side of the shape that's farthest from the page margin. |
top |
Specifies the distance (in points) between the document text and the top edge of the text-free area surrounding the specified shape. |
type | Specifies the text wrap type around the shape. See |
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
bottomDistance
Specifies the distance (in points) between the document text and the bottom edge of the text-free area surrounding the specified shape.
bottomDistance?: boolean;
Property Value
boolean
Remarks
leftDistance
Specifies the distance (in points) between the document text and the left edge of the text-free area surrounding the specified shape.
leftDistance?: boolean;
Property Value
boolean
Remarks
rightDistance
Specifies the distance (in points) between the document text and the right edge of the text-free area surrounding the specified shape.
rightDistance?: boolean;
Property Value
boolean
Remarks
side
Specifies whether the document text should wrap on both sides of the specified shape, on either the left or right side only, or on the side of the shape that's farthest from the page margin.
side?: boolean;
Property Value
boolean
Remarks
topDistance
Specifies the distance (in points) between the document text and the top edge of the text-free area surrounding the specified shape.
topDistance?: boolean;
Property Value
boolean
Remarks
type
Specifies the text wrap type around the shape. See Word.ShapeTextWrapType
for details.
type?: boolean;
Property Value
boolean
Remarks
Office Add-ins