Share via


StylePaneSortMethodsValues Enumeration

Defines the StylePaneSortMethodsValues enumeration.

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

Syntax

'Declaration
Public Enumeration StylePaneSortMethodsValues
'Usage
Dim instance As StylePaneSortMethodsValues
public enum StylePaneSortMethodsValues

Members

Member name Description
Zero 0000. When the item is serialized out as xml, its value is "0000".
Name name. When the item is serialized out as xml, its value is "name".
One 0001. When the item is serialized out as xml, its value is "0001".
Priority priority. When the item is serialized out as xml, its value is "priority".
Two 0002. When the item is serialized out as xml, its value is "0002".
Font font. When the item is serialized out as xml, its value is "font".
Three 0003. When the item is serialized out as xml, its value is "0003".
BasedOn basedOn. When the item is serialized out as xml, its value is "basedOn".
Four 0004. When the item is serialized out as xml, its value is "0004".
Type type. When the item is serialized out as xml, its value is "type".
Five 0005. When the item is serialized out as xml, its value is "0005".
Default default. When the item is serialized out as xml, its value is "default".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace