Paragraph.IsStyleSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if a paragraph contains a special hidden paragraph mark that allows Microsoft Word to appear to join paragraphs of different paragraph styles.
public:
property bool IsStyleSeparator { bool get(); };
public bool IsStyleSeparator { get; }
member this.IsStyleSeparator : bool
Public ReadOnly Property IsStyleSeparator As Boolean
Property Value
Remarks
This property returns True if a paragraph contains a special hidden paragraph mark that allows Word to appear to join paragraphs of different paragraph styles, and False if not.