TextBoxTightWrapValues enumeration
Office 2013 and later
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| None | Do Not Tight Wrap. When the item is serialized out as xml, its value is "none". | |
| AllLines | Tight Wrap All Lines. When the item is serialized out as xml, its value is "allLines". | |
| FirstAndLastLine | Tight Wrap First and Last Lines. When the item is serialized out as xml, its value is "firstAndLastLine". | |
| FirstLineOnly | Tight Wrap First Line. When the item is serialized out as xml, its value is "firstLineOnly". | |
| LastLineOnly | Tight Wrap Last Line. When the item is serialized out as xml, its value is "lastLineOnly". |
Show: