Word.ShapeTextWrapSide enum
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: WordApiDesktop 1.2 ]
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. |
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