TextWrappingValues enumeration
Office 2013 and later
Defines the TextWrappingValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Auto | Default Text Wrapping Around Frame. When the item is serialized out as xml, its value is "auto". | |
| NotBeside | No Text Wrapping Beside Frame. When the item is serialized out as xml, its value is "notBeside". | |
| Around | Allow Text Wrapping Around Frame. When the item is serialized out as xml, its value is "around". | |
| Tight | Tight Text Wrapping Around Frame. When the item is serialized out as xml, its value is "tight". | |
| Through | Through Text Wrapping Around Frame. When the item is serialized out as xml, its value is "through". | |
| None | No Text Wrapping Around Frame. When the item is serialized out as xml, its value is "none". |
Show: