| 
IParagraph
IsEndOfSection Property
  | 
 Gets a value indicating whether this paragraph is end of section.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
bool IsEndOfSection { get; }
 
ReadOnly Property IsEndOfSection As Boolean
	Get
 
property bool IsEndOfSection {
	bool get ();
}
 
abstract IsEndOfSection : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 if this paragraph is end of section, set to
 
true
 
 .
 
 See Also
See Also