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)

Usage

Public Class tyleSheetImplementation
    Implements StyleSheet
End Class
Dim tyleSheetImplementation1 As New tyleSheetImplementation()

Syntax

Public Interface StyleSheet
public interface StyleSheet
public interface class StyleSheet
public interface StyleSheet
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.

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

Other Resources

StyleSheet Members