WdHeaderFooterIndex Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the specified header or footer in a document or section.
public enum class WdHeaderFooterIndex
[System.Runtime.InteropServices.Guid("98E477B0-5AC3-3A32-8B67-108CCA2440E2")]
public enum WdHeaderFooterIndex
type WdHeaderFooterIndex =
Public Enum WdHeaderFooterIndex
- Inheritance
-
WdHeaderFooterIndex
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdHeaderFooterPrimary | 1 | Returns the header or footer on all pages other than the first page of a document or section. |
wdHeaderFooterFirstPage | 2 | Returns the first header or footer in a document or section. |
wdHeaderFooterEvenPages | 3 | Returns all headers or footers on even-numbered pages. |