Style.LinkStyle Property
Word Developer Reference |
Sets or returns a Variant that represents a link between a paragraph and a character style. Read/write.
Syntax
expression.LinkStyle
expression An expression that returns a Style object.
Remarks
When a character style and a paragraph style are linked, the two styles take on the same character formatting.
Example
This example creates and formats a new character style, and then it links the character style to the built-in heading style "Heading 1" so that the "Heading 1" style takes on the character formatting of the newly added style.
Visual Basic for Applications |
---|
|
See Also