StyleSheets Interface 

A collection of StyleSheet objects that represents the cascading style sheets attached to a document.

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

Usage

Public Class tyleSheetsImplementation
    Implements StyleSheets
End Class
Dim tyleSheetsImplementation1 As New tyleSheetsImplementation()

Syntax

Public Interface StyleSheets
    Inherits IEnumerable
public interface StyleSheets : IEnumerable
public interface class StyleSheets : public IEnumerable
public interface StyleSheets implements IEnumerable
public interface StyleSheets implements IEnumerable

Remarks

The StyleSheets collection includes all cascading style sheets displayed in the Linked CSS Style Sheets dialog box, accessed using the Templates and Add-ins command (Tools menu).

Use the StyleSheets property to return the StyleSheets collection. Use the Add method to add a style sheet to the StyleSheets collection.

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

StyleSheets Members