Paragraph.IsStyleSeparator Property

Determines if a paragraph contains a special hidden paragraph mark that allows Microsoft Word to appear to join paragraphs of different paragraph styles.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property IsStyleSeparator As Boolean
    Get
'Usage
Dim instance As Paragraph
Dim value As Boolean

value = instance.IsStyleSeparator
bool IsStyleSeparator { get; }

Property Value

Type: System.Boolean

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.

See Also

Reference

Paragraph Interface

Paragraph Members

Microsoft.Office.Interop.Word Namespace