WrapValues enumeration
Office 2013 and later
Text Wrapping Type
Namespace: DocumentFormat.OpenXml.Vml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| TopAndBottom | Top and bottom wrapping. When the item is serialized out as xml, its value is "topAndBottom". | |
| Square | Square wrapping. When the item is serialized out as xml, its value is "square". | |
| None | No wrapping. When the item is serialized out as xml, its value is "none". | |
| Tight | Tight wrapping. When the item is serialized out as xml, its value is "tight". | |
| Through | Through wrapping. When the item is serialized out as xml, its value is "through". |
Show: