WrapTextValues enumeration
Office 2013 and later
Text Wrapping Location
Namespace: DocumentFormat.OpenXml.Drawing.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| BothSides | Both Sides. When the item is serialized out as xml, its value is "bothSides". | |
| Left | Left Side Only. When the item is serialized out as xml, its value is "left". | |
| Right | Right Side Only. When the item is serialized out as xml, its value is "right". | |
| Largest | Largest Side Only. When the item is serialized out as xml, its value is "largest". |
Show: