public final class PageNumberFormatType
extends com.aspose.ms.System.Enum
Enumerates the destination types of the format of the page number .
Modifier and Type | Field and Description |
---|---|
static int |
Arab
the format of the page number is Arab
|
static int |
EnglishLower
the format of the page number is lower English case
|
static int |
EnglishUpper
the format of the page number is upper English case
|
static int |
RomanLower
the format of the page number is lower Roman case
|
static int |
RomanUpper
the format of the page number is upper Roman case
|
public static final int Arab
the format of the page number is Arab
public static final int RomanUpper
the format of the page number is upper Roman case
public static final int RomanLower
the format of the page number is lower Roman case
public static final int EnglishUpper
the format of the page number is upper English case
public static final int EnglishLower
the format of the page number is lower English case
Copyright © 2016 Aspose. All Rights Reserved.