Gets a value indicating whether this paragraph is end of section.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsEndOfSection { get; }
Public ReadOnly Property IsEndOfSection As Boolean
	Get
public:
virtual property bool IsEndOfSection {
	bool get () sealed;
}
abstract IsEndOfSection : bool with get
override IsEndOfSection : bool with get

Property Value

Boolean
if this paragraph is end of section, set to true.

Implements

IParagraph..::..IsEndOfSection

See Also