StyleSheet Interface

Represents a single cascading style sheet attached to a web document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("000209EF-0000-0000-C000-000000000046")> _
Public Interface StyleSheet
'Usage
Dim instance As StyleSheet
[GuidAttribute("000209EF-0000-0000-C000-000000000046")]
public interface StyleSheet

Remarks

The StyleSheet object is a member of the StyleSheets collection. The StyleSheets collection contains all the cascading style sheets attached to a specified document.

Use the Item property or StyleSheets(index), where index is the name or number of the style sheet, of the StyleSheets collection to return a StyleSheet object.

Use the Index property to determine the precedence of cascading style sheets.

Use the Move method to reorder the precedence of attached style sheets.

See Also

Reference

StyleSheet Members

Microsoft.Office.Interop.Word Namespace