WdStyleSheetPrecedence Enumeration 

Specifies the level of importance of a style sheet compared to other cascading style sheets attached to the Web document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdStyleSheetPrecedence1 As WdStyleSheetPrecedence = WdStyleSheetPrecedence.wdStyleSheetPrecedenceHigher

Syntax

Public Enum WdStyleSheetPrecedence
public enum WdStyleSheetPrecedence
public enum class WdStyleSheetPrecedence
public enum WdStyleSheetPrecedence
public enum WdStyleSheetPrecedence

Members

Member name Description
wdStyleSheetPrecedenceHigher Raise precedence.
wdStyleSheetPrecedenceHighest Highest precedence.
wdStyleSheetPrecedenceLower Lower precedence.
wdStyleSheetPrecedenceLowest Lowest precedence.

Remarks

Used with the Add and Move methods of the StyleSheet object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace