com.mindfusion.pdf
Class PdfSize

java.lang.Object
  extended by com.mindfusion.pdf.PdfSize

public class PdfSize
extends java.lang.Object


Field Summary
static int A0
           
static int A1
           
static int A2
           
static int A3
           
static int A4
           
static int A5
           
static int A6
           
static int B0
           
static int B1
           
static int B2
           
static int B3
           
static int B4
           
static int B5
           
static int DiagramSize
           
static int Legal
           
static int Letter
           
static int Note
           
 
Constructor Summary
PdfSize()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Letter

public static int Letter

Note

public static int Note

Legal

public static int Legal

A0

public static int A0

A1

public static int A1

A2

public static int A2

A3

public static int A3

A4

public static int A4

A5

public static int A5

A6

public static int A6

B0

public static int B0

B1

public static int B1

B2

public static int B2

B3

public static int B3

B4

public static int B4

B5

public static int B5

DiagramSize

public static int DiagramSize
Constructor Detail

PdfSize

public PdfSize()