StyleDisplayCategory.Type Property
Category Type.Represents the attribte in schema: type
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As StringValue
Get
Set
'Usage
Dim instance As StyleDisplayCategory
Dim value As StringValue
value = instance.Type
instance.Type = value
[SchemaAttrAttribute(, "type")]
public StringValue Type { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Category type. This is used to organize the quick style in the user interface.
The possible values for this attribute are defined by the XML Schema anyURI data type.