WdStyleSheetPrecedence 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.
Specifies the level of importance of a style sheet compared to other cascading style sheets attached to the Web document.
public enum class WdStyleSheetPrecedence
[System.Runtime.InteropServices.Guid("A51000B6-7B41-3E7A-813E-DB7BE56C71B8")]
public enum WdStyleSheetPrecedence
type WdStyleSheetPrecedence =
Public Enum WdStyleSheetPrecedence
- Inheritance
-
WdStyleSheetPrecedence
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdStyleSheetPrecedenceLower | -2 | Lower precedence. |
wdStyleSheetPrecedenceHigher | -1 | Raise precedence. |
wdStyleSheetPrecedenceLowest | 0 | Lowest precedence. |
wdStyleSheetPrecedenceHighest | 1 | Highest precedence. |
Remarks
Used with the Add and Move methods of the StyleSheet object.