- java.lang.Object
-
- java.lang.Enum<PaperSize>
-
- org.dhatim.fastexcel.PaperSize
-
- All Implemented Interfaces:
Serializable,Comparable<PaperSize>
public enum PaperSize extends Enum<PaperSize>
PaperSize. Possible values are defined here.- Author:
- apptaro
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PaperSizevalueOf(String name)Returns the enum constant of this type with the specified name.static PaperSize[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LETTER_PAPER
public static final PaperSize LETTER_PAPER
-
LETTER_SMALL_PAPER
public static final PaperSize LETTER_SMALL_PAPER
-
TABLOID_PAPER
public static final PaperSize TABLOID_PAPER
-
LEDGER_PAPER
public static final PaperSize LEDGER_PAPER
-
LEGAL_PAPER
public static final PaperSize LEGAL_PAPER
-
STATEMENT_PAPER
public static final PaperSize STATEMENT_PAPER
-
EXECUTIVE_PAPER
public static final PaperSize EXECUTIVE_PAPER
-
A3_PAPER
public static final PaperSize A3_PAPER
-
A4_PAPER
public static final PaperSize A4_PAPER
-
A4_SMALL_PAPER
public static final PaperSize A4_SMALL_PAPER
-
A5_PAPER
public static final PaperSize A5_PAPER
-
B4_PAPER
public static final PaperSize B4_PAPER
-
B5_PAPER
public static final PaperSize B5_PAPER
-
FOLIO_PAPER
public static final PaperSize FOLIO_PAPER
-
QUARTO_PAPER
public static final PaperSize QUARTO_PAPER
-
STANDARD_PAPER_10_14
public static final PaperSize STANDARD_PAPER_10_14
-
STANDARD_PAPER_11_17
public static final PaperSize STANDARD_PAPER_11_17
-
NOTE_PAPER
public static final PaperSize NOTE_PAPER
-
NUM9_ENVELOPE
public static final PaperSize NUM9_ENVELOPE
-
NUM10_ENVELOPE
public static final PaperSize NUM10_ENVELOPE
-
NUM11_ENVELOPE
public static final PaperSize NUM11_ENVELOPE
-
NUM12_ENVELOPE
public static final PaperSize NUM12_ENVELOPE
-
NUM14_ENVELOPE
public static final PaperSize NUM14_ENVELOPE
-
C_PAPER
public static final PaperSize C_PAPER
-
D_PAPER
public static final PaperSize D_PAPER
-
E_PAPER
public static final PaperSize E_PAPER
-
DL_ENVELOPE
public static final PaperSize DL_ENVELOPE
-
C5_ENVELOPE
public static final PaperSize C5_ENVELOPE
-
C3_ENVELOPE
public static final PaperSize C3_ENVELOPE
-
C4_ENVELOPE
public static final PaperSize C4_ENVELOPE
-
C6_ENVELOPE
public static final PaperSize C6_ENVELOPE
-
C65_ENVELOPE
public static final PaperSize C65_ENVELOPE
-
B4_ENVELOPE
public static final PaperSize B4_ENVELOPE
-
B5_ENVELOPE
public static final PaperSize B5_ENVELOPE
-
B6_ENVELOPE
public static final PaperSize B6_ENVELOPE
-
ITALY_ENVELOPE
public static final PaperSize ITALY_ENVELOPE
-
MONARCH_ENVELOPE
public static final PaperSize MONARCH_ENVELOPE
-
NUM6_3_4_ENVELOPE
public static final PaperSize NUM6_3_4_ENVELOPE
-
US_STANDARD_FANFOLD
public static final PaperSize US_STANDARD_FANFOLD
-
GERMAN_STANDARD_FANFOLD
public static final PaperSize GERMAN_STANDARD_FANFOLD
-
GERMAN_LEGAL_FANFOLD
public static final PaperSize GERMAN_LEGAL_FANFOLD
-
B4
public static final PaperSize B4
-
JAPANESE_DOUBLE_POSTCARD
public static final PaperSize JAPANESE_DOUBLE_POSTCARD
-
STANDARD_PAPER_9_11
public static final PaperSize STANDARD_PAPER_9_11
-
STANDARD_PAPER_10_11
public static final PaperSize STANDARD_PAPER_10_11
-
STANDARD_PAPER_15_11
public static final PaperSize STANDARD_PAPER_15_11
-
INVITE_ENVELOPE
public static final PaperSize INVITE_ENVELOPE
-
LETTER_EXTRA_PAPER
public static final PaperSize LETTER_EXTRA_PAPER
-
LEGAL_EXTRA_PAPER
public static final PaperSize LEGAL_EXTRA_PAPER
-
TABLOID_EXTRA_PAPER
public static final PaperSize TABLOID_EXTRA_PAPER
-
A4_EXTRA_PAPER
public static final PaperSize A4_EXTRA_PAPER
-
LETTER_TRANSVERSE_PAPER
public static final PaperSize LETTER_TRANSVERSE_PAPER
-
A4_TRANSVERSE_PAPER
public static final PaperSize A4_TRANSVERSE_PAPER
-
LETTER_EXTRA_TRANSVERSE_PAPER
public static final PaperSize LETTER_EXTRA_TRANSVERSE_PAPER
-
SUPERA_SUPERA_A4_PAPER
public static final PaperSize SUPERA_SUPERA_A4_PAPER
-
SUPERB_SUPERB_A3_PAPER
public static final PaperSize SUPERB_SUPERB_A3_PAPER
-
LETTER_PLUS_PAPER
public static final PaperSize LETTER_PLUS_PAPER
-
A4_PLUS_PAPER
public static final PaperSize A4_PLUS_PAPER
-
A5_TRANSVERSE_PAPER
public static final PaperSize A5_TRANSVERSE_PAPER
-
JIS_B5_TRANSVERSE_PAPER
public static final PaperSize JIS_B5_TRANSVERSE_PAPER
-
A3_EXTRA_PAPER
public static final PaperSize A3_EXTRA_PAPER
-
A5_EXTRA_PAPER
public static final PaperSize A5_EXTRA_PAPER
-
B5_EXTRA_PAPER
public static final PaperSize B5_EXTRA_PAPER
-
A2_PAPER
public static final PaperSize A2_PAPER
-
A3_TRANSVERSE_PAPER
public static final PaperSize A3_TRANSVERSE_PAPER
-
A3_EXTRA_TRANSVERSE_PAPER
public static final PaperSize A3_EXTRA_TRANSVERSE_PAPER
-
-
Method Detail
-
values
public static PaperSize[] 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 (PaperSize c : PaperSize.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PaperSize 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 nameNullPointerException- if the argument is null
-
-