StyleSheet.Title Property
Word Developer Reference |
Returns or sets a String representing the title of a Web style sheet. Read/write.
Syntax
expression.Title
expression Required. A variable that represents a StyleSheet object.
Example
This example assigns titles to the first three Web style sheets attached to the active document. This example assumes that there are three style sheets attached to the active document.
Visual Basic for Applications |
---|
|
This example creates a list of Web style sheets attached to the active document and places the list in a new document. This example assumes there are one or more Web style sheets attached to the active document.
Visual Basic for Applications |
---|
|
See Also