Поделиться через


Style.Type Property

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

value = instance.Type

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

Property Value

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

See Also

Reference

Style Class

Style Members

DocumentFormat.OpenXml.Wordprocessing Namespace