WdStyleSort Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how to sort styles in the Styles task pane.
public enum class WdStyleSort
[System.Runtime.InteropServices.Guid("AEFC2198-0064-3CD7-9C78-EB0F67229F4A")]
public enum WdStyleSort
type WdStyleSort =
Public Enum WdStyleSort
- Inheritance
-
WdStyleSort
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdStyleSortByName | 0 | Sorts styles alphabetically based on the name of the style. |
wdStyleSortRecommended | 1 | Sorts styles based on whether they are recommended for use. |
wdStyleSortByFont | 2 | Sorts styles based on the name of the font used. |
wdStyleSortByBasedOn | 3 | Sorts styles based on the item indicated in the Sort Styles Based On option. |
wdStyleSortByType | 4 | Sorts styles based on whether the style is a paragraph style or character style. |