Click or drag to resize

HeadersFooters Class

Inheritance Hierarchy

Namespace:  Spire.Doc
Assembly:  Spire.Doc (in Spire.Doc.dll) Version: 9.10.0.0 (9.10.0.3040)
Syntax
public class HeadersFooters : DocumentSerializable, 
	IEnumerable

The HeadersFooters type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the document.
(Inherited from OwnerHolder.)
Public propertyEvenFooter
Gets even footer
Public propertyEvenHeader
Gets even header.
Public propertyFirstPageFooter
Gets first page footer.
Public propertyFirstPageHeader
Gets first page header.
Public propertyFooter
Gets default footer.
Public propertyHeader
Gets default header.
Public propertyIsEmpty
Detects whether all headers/footers are empty.
Public propertyItemInt32
Gets TextBody at specified index.
Public propertyItemHeaderFooterType
Gets TextBody by specified HeaderFooter type.
Public propertyLinkToPrevious
If set to True if this header or footer is linked in the previous section.
Public propertyOddFooter
Gets odd footer ( This is also the default footer ).
Public propertyOddHeader
Gets odd header ( This is also the default header ).
Protected propertyXDLSHolder (Inherited from DocumentSerializable.)
Top
Methods
Fields
  NameDescription
Protected fieldm_doc (Inherited from OwnerHolder.)
Top
See Also