TabStop.Val Property

Tab Stop Type.Represents the attribte in schema: w:val

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

Syntax

'Declaration
<SchemaAttrAttribute(, "val")> _
Public Property Val As EnumValue(Of TabStopValues)
    Get
    Set
'Usage
Dim instance As TabStop
Dim value As EnumValue(Of TabStopValues)

value = instance.Val

instance.Val = value
[SchemaAttrAttribute(, "val")]
public EnumValue<TabStopValues> Val { get; set; }

Property Value

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

See Also

Reference

TabStop Class

TabStop Members

DocumentFormat.OpenXml.Wordprocessing Namespace