|
|||||||||
Home >> All >> javax >> print >> attribute >> [ standard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
javax.print.attribute.standard
Class MediaSize.Other

java.lang.Objectjavax.print.attribute.standard.MediaSize.Other
- Enclosing class:
- MediaSize
- public static final class MediaSize.Other
- extends java.lang.Object
Container class for miscellaneous media sizes.
Field Summary | |
static MediaSize |
EXECUTIVE
US Executive paper size, 7.25 inch x 10.5 inch |
static MediaSize |
FOLIO
US Folio paper size, 8.5 inch x 13 inch |
static MediaSize |
INVOICE
US Invoice size, 5.5 inch x 8.5 inch |
static MediaSize |
ITALY_ENVELOPE
Italian envelope size, 110 mm x 230 mm |
static MediaSize |
JAPANESE_DOUBLE_POSTCARD
Japanese double postcard, 148 mm x 200 mm |
static MediaSize |
JAPANESE_POSTCARD
Japanese postcard, 100 mm x 148 mm |
static MediaSize |
LEDGER
US Ledger size, 11 inch x 17 inch |
static MediaSize |
MONARCH_ENVELOPE
Monarch (7 3/4) envelope size, 3.87 inch x 7.5 inch |
static MediaSize |
PERSONAL_ENVELOPE
Personal envelope size, 3.625 inch x 6.5 inch. |
static MediaSize |
QUARTO
US Quarto paper size, 8.5 inches by 10.83 inches. |
static MediaSize |
TABLOID
Tabloid size, 11 inch x 17 inch. |
Constructor Summary | |
private |
MediaSize.Other()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
EXECUTIVE
public static final MediaSize EXECUTIVE
- US Executive paper size, 7.25 inch x 10.5 inch
FOLIO
public static final MediaSize FOLIO
- US Folio paper size, 8.5 inch x 13 inch
QUARTO
public static final MediaSize QUARTO
- US Quarto paper size, 8.5 inches by 10.83 inches.
INVOICE
public static final MediaSize INVOICE
- US Invoice size, 5.5 inch x 8.5 inch
LEDGER
public static final MediaSize LEDGER
- US Ledger size, 11 inch x 17 inch
MONARCH_ENVELOPE
public static final MediaSize MONARCH_ENVELOPE
- Monarch (7 3/4) envelope size, 3.87 inch x 7.5 inch
PERSONAL_ENVELOPE
public static final MediaSize PERSONAL_ENVELOPE
- Personal envelope size, 3.625 inch x 6.5 inch.
ITALY_ENVELOPE
public static final MediaSize ITALY_ENVELOPE
- Italian envelope size, 110 mm x 230 mm
JAPANESE_POSTCARD
public static final MediaSize JAPANESE_POSTCARD
- Japanese postcard, 100 mm x 148 mm
JAPANESE_DOUBLE_POSTCARD
public static final MediaSize JAPANESE_DOUBLE_POSTCARD
- Japanese double postcard, 148 mm x 200 mm
TABLOID
public static final MediaSize TABLOID
- Tabloid size, 11 inch x 17 inch.
- Since:
- 1.5
Constructor Detail |
MediaSize.Other
private MediaSize.Other()
|
|||||||||
Home >> All >> javax >> print >> attribute >> [ standard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |