public final class HeaderFooterTargetPages
extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
All
It means that header or footer not aimed to all( not only odd or even) pages
|
static int |
Even
It means that header or footer aimed to only even pages
|
static int |
Odd
It means that header or footer aimed to only odd pages
|
public static final int All
It means that header or footer not aimed to all( not only odd or even) pages
public static final int Even
It means that header or footer aimed to only even pages
public static final int Odd
It means that header or footer aimed to only odd pages
Copyright © 2014 Aspose. All Rights Reserved.