Word.ShapeTextWrapSide enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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 farther from the respective page margin.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
both = "Both" | Both left and right sides of the shape. |
largest = "Largest" | Side of the shape that's farther from the respective page margin. |
left = "Left" | Left side of the shape only. |
none = "None" | Has no wrap side property, such as those for inline shapes. |
right = "Right" | Right side of the shape only. |
Office Add-ins