Freigeben über


BreakTextRestartLocationValues-Enumeration

Defines the BreakTextRestartLocationValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration BreakTextRestartLocationValues
'Usage
Dim instance As BreakTextRestartLocationValues
public enum BreakTextRestartLocationValues

Member

Membername Beschreibung
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".

Siehe auch

Referenz

DocumentFormat.OpenXml.Wordprocessing-Namespace