Word.ShapeTextWrapType enum
Specifies how to wrap document text around a shape. For more details, see the "Text Wrapping" tab of Layout options.
Remarks
[ API set: WordApiDesktop 1.2 ]
Fields
behind = "Behind" | Places shape behind text. |
front = "Front" | Places shape in front of text. |
inline = "Inline" | Places the shape in line with text. |
square = "Square" | Wraps text squarely around the shape. |
through = "Through" | Wraps text around and through the shape. |
tight = "Tight" | Wraps text close to the shape. |
topBottom = "TopBottom" | Places text above and below the shape. |