| 
Paragraph
IsEndOfHeaderFooter Property
  | 
 True if this paragraph is the last paragraph in the
 
HeaderFooter
 
 (main text story) of a
 
Section
 
 ; false otherwise.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool IsEndOfHeaderFooter { get; }
 
Public ReadOnly Property IsEndOfHeaderFooter As Boolean
	Get
 
public:
property bool IsEndOfHeaderFooter {
	bool get ();
}
 
member IsEndOfHeaderFooter : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also