This documentation is archived and is not being maintained.
WdHeaderFooterIndex enumeration
Returns the specified header or footer in a document or section.
Namespace:
Microsoft.Office.Interop.WordAssembly:
Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
[GuidAttribute("98E477B0-5AC3-3A32-8B67-108CCA2440E2")]
public enum WdHeaderFooterIndex
| Member name | Description |
---|
| wdHeaderFooterPrimary | Returns the header or footer on all pages other than the first page of a document or section. |
| wdHeaderFooterFirstPage | Returns the first header or footer in a document or section. |
| wdHeaderFooterEvenPages | Returns all headers or footers on even-numbered pages. |