TextWrap.Type Property

Wrapping type.Represents the attribte in schema: type

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

Syntax

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

value = instance.Type

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

Property Value

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

See Also

Reference

TextWrap Class

TextWrap Members

DocumentFormat.OpenXml.Vml.Wordprocessing Namespace