Click or drag to resize

Paragraph IsEndOfSection Property

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

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool IsEndOfSection { get; }

Property Value

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

Implements

IParagraph IsEndOfSection
See Also