BreakTextRestartLocationValues enumeration
Office 2013 and later
Defines the BreakTextRestartLocationValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| None | Restart On Next Line. When the item is serialized out as xml, its value is "none". | |
| Left | Restart In Next Text Region When In Leftmost Position. When the item is serialized out as xml, its value is "left". | |
| Right | Restart In Next Text Region When In Rightmost Position. When the item is serialized out as xml, its value is "right". | |
| All | Restart On Next Full Line. When the item is serialized out as xml, its value is "all". |
Show: