WdStyleSort Enumeration
Indicates how to sort styles in the Styles task pane.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdStyleSort
'Usage
Dim instance As WdStyleSort
public enum WdStyleSort
Members
Member name | Description | |
---|---|---|
wdStyleSortByName | Sorts styles alphabetically based on the name of the style. | |
wdStyleSortRecommended | Sorts styles based on whether they are recommended for use. | |
wdStyleSortByFont | Sorts styles based on the name of the font used. | |
wdStyleSortByBasedOn | Sorts styles based on the item indicated in the Sort Styles Based On option. | |
wdStyleSortByType | Sorts styles based on whether the style is a paragraph style or character style. |