Paragraph.IsStyleSeparator Property

Definition

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.

Applies to