PaperSizeFormat

Inheritance: java.lang.Object

public final class PaperSizeFormat

Enumeration for saving paper size format selection.

Fields

FieldDescription
A_0A0 paper size format(841mm x 1189mm).
A_1A1 paper size format(594mm x 841mm).
A_2A2 paper size format(420mm x 594mm).
A_3A3 paper size format(297mm x 420mm).
A_4A4 paper size format(210mm x 297mm).
A_5A5 paper size format(148mm x 210mm).
A_6A6 paper size format(105mm x 148mm).
A_7A7 paper size format(74mm x 105mm).
B_0B0 paper size format(1000mm x 1414mm).
B_1B1 paper size format(707mm x 1000mm).
B_2B2 paper size format(500mm x 707mm).
B_3B3 paper size format(353mm x 500mm).
B_4B4 paper size format(250mm x 353mm).
B_5B5 paper size format(176mm x 250mm).
B_6B6 paper size format(125mm x 176mm).
B_7B7 paper size format(88mm x 125mm).
COM_10COM10 paper size format(104.78mm x 241.3mm).
COM_9COM9 paper size format(98.4mm x 225.4mInterpolationMode:Invalidm).
CUSTOMCustom paper size format.
C_0C0 paper size format(917mm x 1297mm).
C_1C1 paper size format(648mm x 917mm).
C_2C2 paper size format(458mm x 648mm).
C_3C3 paper size format(324mm x 458mm).
C_4C4 paper size format(229mm x 324mm).
C_5C5 paper size format(162mm x 229mm).
C_6C6 paper size format(114mm x 162mm).
C_7C7 paper size format(81mm x 114mm).
DLDL paper size format(110mm x 220mm).
EXECUTIVEExecutive paper size format(184.15mm x 266.7mm).
LEGALLegal paper size format(215.9mm x 355.6mm).
LEGAL_13Legal13 paper size format(215.9mm x 330.2mm).
LETTERLetter paper size format(215.9mm x 279.7mm).
MONARCHMonarch paper size format(98.4mm x 190.5mm).
TABLOIDTabloid paper size format(279.4mm x 431.8mm).

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

A_0

public static final int A_0

A0 paper size format(841mm x 1189mm).

A_1

public static final int A_1

A1 paper size format(594mm x 841mm).

A_2

public static final int A_2

A2 paper size format(420mm x 594mm).

A_3

public static final int A_3

A3 paper size format(297mm x 420mm).

A_4

public static final int A_4

A4 paper size format(210mm x 297mm).

A_5

public static final int A_5

A5 paper size format(148mm x 210mm).

A_6

public static final int A_6

A6 paper size format(105mm x 148mm).

A_7

public static final int A_7

A7 paper size format(74mm x 105mm).

B_0

public static final int B_0

B0 paper size format(1000mm x 1414mm).

B_1

public static final int B_1

B1 paper size format(707mm x 1000mm).

B_2

public static final int B_2

B2 paper size format(500mm x 707mm).

B_3

public static final int B_3

B3 paper size format(353mm x 500mm).

B_4

public static final int B_4

B4 paper size format(250mm x 353mm).

B_5

public static final int B_5

B5 paper size format(176mm x 250mm).

B_6

public static final int B_6

B6 paper size format(125mm x 176mm).

B_7

public static final int B_7

B7 paper size format(88mm x 125mm).

COM_10

public static final int COM_10

COM10 paper size format(104.78mm x 241.3mm).

COM_9

public static final int COM_9

COM9 paper size format(98.4mm x 225.4mInterpolationMode:Invalidm).

CUSTOM

public static final int CUSTOM

Custom paper size format.

C_0

public static final int C_0

C0 paper size format(917mm x 1297mm).

C_1

public static final int C_1

C1 paper size format(648mm x 917mm).

C_2

public static final int C_2

C2 paper size format(458mm x 648mm).

C_3

public static final int C_3

C3 paper size format(324mm x 458mm).

C_4

public static final int C_4

C4 paper size format(229mm x 324mm).

C_5

public static final int C_5

C5 paper size format(162mm x 229mm).

C_6

public static final int C_6

C6 paper size format(114mm x 162mm).

C_7

public static final int C_7

C7 paper size format(81mm x 114mm).

DL

public static final int DL

DL paper size format(110mm x 220mm).

EXECUTIVE

public static final int EXECUTIVE

Executive paper size format(184.15mm x 266.7mm).

public static final int LEGAL

Legal paper size format(215.9mm x 355.6mm).

public static final int LEGAL_13

Legal13 paper size format(215.9mm x 330.2mm).

LETTER

public static final int LETTER

Letter paper size format(215.9mm x 279.7mm).

MONARCH

public static final int MONARCH

Monarch paper size format(98.4mm x 190.5mm).

TABLOID

public static final int TABLOID

Tabloid paper size format(279.4mm x 431.8mm).

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int