adams.core.io
Enum PDFGenerator.PageSize

java.lang.Object
  extended by java.lang.Enum<PDFGenerator.PageSize>
      extended by adams.core.io.PDFGenerator.PageSize
All Implemented Interfaces:
Serializable, Comparable<PDFGenerator.PageSize>
Enclosing class:
PDFGenerator

public static enum PDFGenerator.PageSize
extends Enum<PDFGenerator.PageSize>

Enumeration of all possible page sizes.

Version:
$Revision: 4584 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Enum Constant Summary
A0
           
A1
           
A10
           
A2
           
A3
           
A4
           
A5
           
A6
           
A7
           
A8
           
A9
           
ARCH_A
           
ARCH_B
           
ARCH_C
           
ARCH_D
           
ARCH_E
           
B0
           
B1
           
B10
           
B2
           
B3
           
B4
           
B5
           
B6
           
B7
           
B8
           
B9
           
CROWN_OCTAVO
           
CROWN_QUARTO
           
DEMY_OCTAVO
           
DEMY_QUARTO
           
EXECUTIVE
           
FLSA
           
FLSE
           
HALFLETTER
           
ID_1
           
ID_2
           
ID_3
           
LARGE_CROWN_OCTAVO
           
LARGE_CROWN_QUARTO
           
LEDGER
           
LEGAL
           
LETTER
           
NOTE
           
PENGUIN_LARGE_PAPERBACK
           
PENGUIN_SMALL_PAPERBACK
           
POSTCARD
           
ROYAL_OCTAVO
           
ROYAL_QUARTO
           
SMALL_PAPERBACK
           
TABLOID
           
 
Method Summary
static PDFGenerator.PageSize valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PDFGenerator.PageSize[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

A0

public static final PDFGenerator.PageSize A0

A1

public static final PDFGenerator.PageSize A1

A10

public static final PDFGenerator.PageSize A10

A2

public static final PDFGenerator.PageSize A2

A3

public static final PDFGenerator.PageSize A3

A4

public static final PDFGenerator.PageSize A4

A5

public static final PDFGenerator.PageSize A5

A6

public static final PDFGenerator.PageSize A6

A7

public static final PDFGenerator.PageSize A7

A8

public static final PDFGenerator.PageSize A8

A9

public static final PDFGenerator.PageSize A9

ARCH_A

public static final PDFGenerator.PageSize ARCH_A

ARCH_B

public static final PDFGenerator.PageSize ARCH_B

ARCH_C

public static final PDFGenerator.PageSize ARCH_C

ARCH_D

public static final PDFGenerator.PageSize ARCH_D

ARCH_E

public static final PDFGenerator.PageSize ARCH_E

B0

public static final PDFGenerator.PageSize B0

B1

public static final PDFGenerator.PageSize B1

B10

public static final PDFGenerator.PageSize B10

B2

public static final PDFGenerator.PageSize B2

B3

public static final PDFGenerator.PageSize B3

B4

public static final PDFGenerator.PageSize B4

B5

public static final PDFGenerator.PageSize B5

B6

public static final PDFGenerator.PageSize B6

B7

public static final PDFGenerator.PageSize B7

B8

public static final PDFGenerator.PageSize B8

B9

public static final PDFGenerator.PageSize B9

CROWN_OCTAVO

public static final PDFGenerator.PageSize CROWN_OCTAVO

CROWN_QUARTO

public static final PDFGenerator.PageSize CROWN_QUARTO

DEMY_OCTAVO

public static final PDFGenerator.PageSize DEMY_OCTAVO

DEMY_QUARTO

public static final PDFGenerator.PageSize DEMY_QUARTO

EXECUTIVE

public static final PDFGenerator.PageSize EXECUTIVE

FLSA

public static final PDFGenerator.PageSize FLSA

FLSE

public static final PDFGenerator.PageSize FLSE

HALFLETTER

public static final PDFGenerator.PageSize HALFLETTER

ID_1

public static final PDFGenerator.PageSize ID_1

ID_2

public static final PDFGenerator.PageSize ID_2

ID_3

public static final PDFGenerator.PageSize ID_3

LARGE_CROWN_OCTAVO

public static final PDFGenerator.PageSize LARGE_CROWN_OCTAVO

LARGE_CROWN_QUARTO

public static final PDFGenerator.PageSize LARGE_CROWN_QUARTO

LEDGER

public static final PDFGenerator.PageSize LEDGER

LEGAL

public static final PDFGenerator.PageSize LEGAL

LETTER

public static final PDFGenerator.PageSize LETTER

NOTE

public static final PDFGenerator.PageSize NOTE

PENGUIN_LARGE_PAPERBACK

public static final PDFGenerator.PageSize PENGUIN_LARGE_PAPERBACK

PENGUIN_SMALL_PAPERBACK

public static final PDFGenerator.PageSize PENGUIN_SMALL_PAPERBACK

POSTCARD

public static final PDFGenerator.PageSize POSTCARD

ROYAL_OCTAVO

public static final PDFGenerator.PageSize ROYAL_OCTAVO

ROYAL_QUARTO

public static final PDFGenerator.PageSize ROYAL_QUARTO

SMALL_PAPERBACK

public static final PDFGenerator.PageSize SMALL_PAPERBACK

TABLOID

public static final PDFGenerator.PageSize TABLOID
Method Detail

values

public static PDFGenerator.PageSize[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PDFGenerator.PageSize c : PDFGenerator.PageSize.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PDFGenerator.PageSize valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.