aspose.pdf
Class PageNumberFormatType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.PageNumberFormatType

public class PageNumberFormatType
extends EnumerationBase

Enumerates the destination types of the format of the page number .


Field Summary
static PageNumberFormatType Arab
          the format of the page number is Arab
static PageNumberFormatType EnglishLower
          the format of the page number is lower English case
static PageNumberFormatType EnglishUpper
          the format of the page number is upper English case
static PageNumberFormatType RomanLower
          the format of the page number is lower Roman case
static PageNumberFormatType RomanUpper
          the format of the page number is upper Roman case
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Arab

public static final PageNumberFormatType Arab
the format of the page number is Arab


RomanUpper

public static final PageNumberFormatType RomanUpper
the format of the page number is upper Roman case


RomanLower

public static final PageNumberFormatType RomanLower
the format of the page number is lower Roman case


EnglishUpper

public static final PageNumberFormatType EnglishUpper
the format of the page number is upper English case


EnglishLower

public static final PageNumberFormatType EnglishLower
the format of the page number is lower English case