|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Enums com.cete.dynamicpdf.PageSize
public final class PageSize
Class specifies page size.
Field Summary | |
---|---|
static PageSize |
A3
A3 page size. |
static PageSize |
A4
A4 page size. |
static PageSize |
A5
A5 page size. |
static PageSize |
A6
A6 page size. |
static PageSize |
B3
B3 page size. |
static PageSize |
B4
B4 page size. |
static PageSize |
B5
B5 page size. |
static PageSize |
B5JIS
B5 Japanese page size. |
static PageSize |
DOUBLE_POSTCARD
Double postcard page size. |
static PageSize |
ENVELOPE_10
Envelope 10 page size. |
static PageSize |
ENVELOPE_B5
B5 envelope page size. |
static PageSize |
ENVELOPE_C5
C5 envelope page size. |
static PageSize |
ENVELOPE_DL
DL envelope page size. |
static PageSize |
ENVELOPE_MONARCH
Monarch envelope page size. |
static PageSize |
EXECUTIVE
Executive page size. |
static PageSize |
FOLIO
Folio page size. |
static PageSize |
LEGAL
Legal page size. |
static PageSize |
LETTER
Letter page size. |
static PageSize |
POSTCARD
Postcard page size. |
static PageSize |
PRC16K
PRC 16K page size. |
static PageSize |
PRC32K
PRC 32K page size. |
static PageSize |
QUATRO
Quatro page size. |
static PageSize |
STATEMENT
Statement page size. |
static PageSize |
TABLOID
Tabloid page size. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
java.lang.String |
getName()
Gets the enumeration constant name. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class com.cete.dynamicpdf.Enums |
---|
and, getValue, or, xor |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PageSize A3
public static final PageSize A4
public static final PageSize A5
public static final PageSize A6
public static final PageSize B3
public static final PageSize B4
public static final PageSize B5
public static final PageSize B5JIS
public static final PageSize DOUBLE_POSTCARD
public static final PageSize ENVELOPE_10
public static final PageSize ENVELOPE_DL
public static final PageSize ENVELOPE_C5
public static final PageSize ENVELOPE_B5
public static final PageSize ENVELOPE_MONARCH
public static final PageSize EXECUTIVE
public static final PageSize LEGAL
public static final PageSize FOLIO
public static final PageSize LETTER
public static final PageSize POSTCARD
public static final PageSize PRC16K
public static final PageSize PRC32K
public static final PageSize QUATRO
public static final PageSize STATEMENT
public static final PageSize TABLOID
Method Detail |
---|
public java.lang.String getName()
getName
in class Enums
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |