java.lang.Objectcom.pdfjet.A5
public class A5
Used to specify PDF page with size A5. For more information about the page size classes - A3, A4, A5, B5, Executive, Letter, Legal and Tabloid - see the Page class.
| Field Summary | |
|---|---|
static float[] |
LANDSCAPE
|
static float[] |
PORTRAIT
|
| Constructor Summary | |
|---|---|
A5()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final float[] PORTRAIT
public static final float[] LANDSCAPE
| Constructor Detail |
|---|
public A5()