HeaderFooterCollection Methods

The HeaderFooterCollection type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAdd
Adds a node to the end of the collection.
(Inherited from NodeCollection.)
Public methodCode exampleClear
Removes all nodes from this collection and from the document.
(Inherited from NodeCollection.)
Public methodCode exampleContains
Determines whether a node is in the collection.
(Inherited from NodeCollection.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from NodeCollection.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodCode exampleIndexOf
Returns the zero-based index of the specified node.
(Inherited from NodeCollection.)
Public methodCode exampleInsert
Inserts a node into the collection at the specified index.
(Inherited from NodeCollection.)
Public methodCode exampleLinkToPrevious(Boolean)
Links or unlinks all headers and footers to the corresponding headers and footers in the previous section.
Public methodCode exampleLinkToPrevious(HeaderFooterType, Boolean)
Links or unlinks the specified header or footer to the corresponding header or footer in the previous section.
Public methodCode exampleRemove
Removes the node from the collection and from the document.
(Inherited from NodeCollection.)
Public methodCode exampleRemoveAt
Removes the node at the specified index from the collection and from the document.
(Inherited from NodeCollection.)
Public methodCode exampleToArray
Copies all HeaderFoorters from the collection to a new array of HeaderFoorters.
Public methodToString (Inherited from Object.)
See Also