Break.Type Property

Break Type.Represents the attribte in schema: w:type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of BreakValues)
    Get
    Set
'Usage
Dim instance As Break
Dim value As EnumValue(Of BreakValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<BreakValues> Type { get; set; }

Property Value

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

See Also

Reference

Break Class

Break Members

DocumentFormat.OpenXml.Wordprocessing Namespace