次の方法で共有


TableIndentation.Type Property

type.Represents the attribte in schema: w:type

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

Syntax

'宣言
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of TableWidthUnitValues)
    Get
    Set
'使用
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