Paragraph.IsStyleSeparator Property
Word Developer Reference |
True if a paragraph contains a special hidden paragraph mark that allows Microsoft Word to appear to join paragraphs of different paragraph styles. Read-only Boolean.
Syntax
expression.IsStyleSeparator
expression An expression that returns a Paragraph object.
Example
This example formats all paragraphs in which there is a style separator with the built-in "Normal" style.
Visual Basic for Applications |
---|
|
This example adds a paragraph after each style separator and then deletes the style separator.
Visual Basic for Applications |
---|
|
See Also