public final class HeaderFooterType
extends com.aspose.ms.System.Enum
Enumerates all header or footer types.
Modifier and Type | Field and Description |
---|---|
static int |
Both
Displays header or footer in both odd and even pages.
|
static int |
Even
Displays header or footer in even pages.
|
static int |
Odd
Displays header or footer in odd pages.
|
public static final int Both
Displays header or footer in both odd and even pages.
public static final int Even
Displays header or footer in even pages.
public static final int Odd
Displays header or footer in odd pages.
Copyright © 2016 Aspose. All Rights Reserved.