Break.Clear Property

Restart Location For Text Wrapping Break.Represents the attribte in schema: w:clear

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

Syntax

'Declaration
<SchemaAttrAttribute(, "clear")> _
Public Property Clear As EnumValue(Of BreakTextRestartLocationValues)
    Get
    Set
'Usage
Dim instance As Break
Dim value As EnumValue(Of BreakTextRestartLocationValues)

value = instance.Clear

instance.Clear = value
[SchemaAttrAttribute(, "clear")]
public EnumValue<BreakTextRestartLocationValues> Clear { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<BreakTextRestartLocationValues>
Returns EnumValue<T>.

See Also

Reference

Break Class

Break Members

DocumentFormat.OpenXml.Wordprocessing Namespace