StyleSheet Object Members
Word Developer Reference |
Represents a single cascading style sheet attached to a Web document. The StyleSheet object is a member of the StyleSheets collection. The StyleSheets collection contains all the cascading style sheets attached to a specified document.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified cascading style sheet. | |
Move | Moves a style sheet's order of precedence. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
FullName | Specifies the name of a cascading style sheet, including the drive or Web path. Read-only String. | |
Index | Returns a Long that represents the position of an item in a collection. Read-only. | |
Name | Returns the name of the specified object. Read-only String. | |
Parent | Returns an Object that represents the parent object of the specified StyleSheet object. | |
Path | Returns the disk or Web path to the specified style sheet. Read-only String. | |
Title | Returns or sets a String representing the title of a Web style sheet. Read/write. | |
Type | Returns or sets the style sheet type. Read/write WdStyleSheetLinkType. |