HeadersFooters Interface

Definition

A collection of HeaderFooter objects that represent the headers or footers in the specified section of a document.

public interface class HeadersFooters : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020984-0000-0000-C000-000000000046")]
public interface HeadersFooters : System.Collections.IEnumerable
type HeadersFooters = interface
    interface IEnumerable
Public Interface HeadersFooters
Implements IEnumerable
Attributes
Implements

Remarks

Use the Headers or Footers property to return the HeadersFooters collection.

Note: You cannot add HeaderFooter objects to the HeadersFooters collection.

Use Headers(index) or Footers(index), where index is one of the WdHeaderFooterIndex constants (wdHeaderFooterEvenPages, wdHeaderFooterFirstPage, or wdHeaderFooterPrimary), to return a single HeaderFooter object.

You can also return a single HeaderFooter object by using the HeaderFooter property with a Selection object.

Use the DifferentFirstPageHeaderFooter property with the PageSetup object to specify a different first page.

Use the OddAndEvenPagesHeaderFooter property with the PageSetup object to specify different odd and even page headers and footers. If the OddAndEvenPagesHeaderFooter property is True, you can return an odd header or footer by using wdHeaderFooterPrimary, and you can return an even header or footer by using wdHeaderFooterEvenPages.

Use the Add(Object, Object) method with the PageNumbers object to add a page number to a header or footer.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[WdHeaderFooterIndex]

Returns a header or footer in a range or selection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()

Applies to