Package io.keikai.model
Enum Class SPrintSetup.PaperSize
- All Implemented Interfaces:
Serializable,Comparable<SPrintSetup.PaperSize>,Constable
- Enclosing interface:
- SPrintSetup
- Since:
- 3.5.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA3 - 297x420 mmA4 - 210x297 mmA4 Extra - 9.27 x 12.69 inA4 Plus - 210x330 mmA4 Rotated - 297x210 mmA4 Small - 210x297 mmA4 Transverse - 210x297 mmA5 - 148x210 mmB4 (JIS) 250x354 mmB5 (JIS) 182x257 mm11 x 17 inUS Envelope #10 4 1/8 x 9 1/2US Envelope #9 3 7/8 x 8 7/8Envelope C3 324x458 mmEnvelope C4 229x324 mmEnvelope C6 114x162 mmEnvelope C5 162x229 mmEnvelope DL 110x220 mmUS Executive 7 1/4 x 10 1/2 inFolio 8 1/2 x 13 inUS Ledger 17 x 11 inUS Legal 8 1/2 x 14 inUS Letter 8 1/2 x 11 inUS Letter Rotated 11 x 8 1/2 inUS Letter Small 8 1/2 x 11 inUS Note 8 1/2 x 11 inQuarto 215x275 mmUS Statement 5 1/2 x 8 1/2 inUS Tabloid 11 x 17 in10 x 14 in -
Method Summary
Modifier and TypeMethodDescriptionstatic SPrintSetup.PaperSizeReturns the enum constant of this class with the specified name.static SPrintSetup.PaperSize[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LETTER
US Letter 8 1/2 x 11 in -
LETTER_SMALL
US Letter Small 8 1/2 x 11 in -
TABLOID
US Tabloid 11 x 17 in -
LEDGER
US Ledger 17 x 11 in -
LEGAL
US Legal 8 1/2 x 14 in -
STATEMENT
US Statement 5 1/2 x 8 1/2 in -
EXECUTIVE
US Executive 7 1/4 x 10 1/2 in -
A3
A3 - 297x420 mm -
A4
A4 - 210x297 mm -
A4_SMALL
A4 Small - 210x297 mm -
A5
A5 - 148x210 mm -
B4
B4 (JIS) 250x354 mm -
B5
B5 (JIS) 182x257 mm -
FOLIO8
Folio 8 1/2 x 13 in -
QUARTO
Quarto 215x275 mm -
TEN_BY_FOURTEEN
10 x 14 in -
ELEVEN_BY_SEVENTEEN
11 x 17 in -
NOTE8
US Note 8 1/2 x 11 in -
ENVELOPE_9
US Envelope #9 3 7/8 x 8 7/8 -
ENVELOPE_10
US Envelope #10 4 1/8 x 9 1/2 -
ENVELOPE_DL
Envelope DL 110x220 mm -
ENVELOPE_CS
Envelope C5 162x229 mm -
ENVELOPE_C5
-
ENVELOPE_C3
Envelope C3 324x458 mm -
ENVELOPE_C4
Envelope C4 229x324 mm -
ENVELOPE_C6
Envelope C6 114x162 mm -
ENVELOPE_MONARCH
-
A4_EXTRA
A4 Extra - 9.27 x 12.69 in -
A4_TRANSVERSE
A4 Transverse - 210x297 mm -
A4_PLUS
A4 Plus - 210x330 mm -
LETTER_ROTATED
US Letter Rotated 11 x 8 1/2 in -
A4_ROTATED
A4 Rotated - 297x210 mm
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-