Break.Clear Property

Definition

Restart Location For Text Wrapping Break

Represents the following attribute in the schema: w:clear

[DocumentFormat.OpenXml.SchemaAttr(23, "clear")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> Clear { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> Clear { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "clear")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues>? Clear { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:clear")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues>? Clear { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues>? Clear { get; set; }
member this.Clear : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "clear")>]
member this.Clear : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:clear")>]
member this.Clear : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues> with get, set
Public Property Clear As EnumValue(Of BreakTextRestartLocationValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to