Share via


TableIndentation.Type Property

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 TableWidthUnitValues)
    Get
    Set
'Usage
Dim instance As TableIndentation
Dim value As EnumValue(Of TableWidthUnitValues)

value = instance.Type

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

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TableWidthUnitValues>

See Also

Reference

TableIndentation Class

TableIndentation Members

DocumentFormat.OpenXml.Wordprocessing Namespace