StyleSheet Members
Include Protected Members
Include Inherited Members
Represents a single cascading style sheet attached to a web document.
The StyleSheet type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified object. | |
Move | Moves a style sheet's order of precedence. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a 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. | |
FullName | Specifies the name of a cascading style sheet, including the drive or Web path. | |
Index | Returns an Integer that represents the position of an item in a collection. | |
Name | Returns the name of the specified object. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Path | Returns the disk or Web path to the specified object. | |
Title | Returns a String representing the title of a Web style sheet. | |
Type | Returns the template type. |
Top