com.aspose.pdf.elements
Class PageSize

java.lang.Object
  extended by com.aspose.pdf.elements.PageSize

public class PageSize
extends java.lang.Object

Encapsulates predefined page sizes, including A0, A1, A2, A3, A4, A5, A6, B5, Letter, Legal, Ledger and P11x17.


Field Summary
static float A0Height
          The height of A0.
static float A0Width
          The width of A0.
static float A1Height
          The height of A1.
static float A1Width
          The width of A1.
static float A2Height
          The height of A2.
static float A2Width
          The width of A2.
static float A3Height
          The height of A3.
static float A3Width
          The width of A3.
static float A4Height
          The height of A4.
static float A4Width
          The width of A4.
static float A5Height
          The height of page A5.
static float A5Width
          The width of A5.
static float A6Height
          The height of A6.
static float A6Width
          The width of A6.
static float B5Height
          The height of B5.
static float B5Width
          The width of B5.
static float LedgerHeight
          The height of Ledger.
static float LedgerWidth
          The width of Ledger.
static float LegalHeight
          The height of Legal.
static float LegalWidth
          The width of Legal.
static float LetterHeight
          the height of page Letter.
static float LetterWidth
          The width of Letter.
static float P11x17Height
          The height of P11x17.
static float P11x17Width
          The width of P11x17.
 
Constructor Summary
PageSize()
          Initializes a new instance of the PageSize class.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A0Width

public static final float A0Width
The width of A0.

See Also:
Constant Field Values

A0Height

public static final float A0Height
The height of A0.

See Also:
Constant Field Values

A1Width

public static final float A1Width
The width of A1.

See Also:
Constant Field Values

A1Height

public static final float A1Height
The height of A1.

See Also:
Constant Field Values

A2Width

public static final float A2Width
The width of A2.

See Also:
Constant Field Values

A2Height

public static final float A2Height
The height of A2.

See Also:
Constant Field Values

A3Width

public static final float A3Width
The width of A3.

See Also:
Constant Field Values

A3Height

public static final float A3Height
The height of A3.

See Also:
Constant Field Values

A4Width

public static final float A4Width
The width of A4.

See Also:
Constant Field Values

A4Height

public static final float A4Height
The height of A4.

See Also:
Constant Field Values

A5Width

public static final float A5Width
The width of A5.

See Also:
Constant Field Values

A5Height

public static final float A5Height
The height of page A5.

See Also:
Constant Field Values

A6Width

public static final float A6Width
The width of A6.

See Also:
Constant Field Values

A6Height

public static final float A6Height
The height of A6.

See Also:
Constant Field Values

B5Width

public static final float B5Width
The width of B5.

See Also:
Constant Field Values

B5Height

public static final float B5Height
The height of B5.

See Also:
Constant Field Values

LetterWidth

public static final float LetterWidth
The width of Letter.

See Also:
Constant Field Values

LetterHeight

public static final float LetterHeight
the height of page Letter.

See Also:
Constant Field Values

LegalWidth

public static final float LegalWidth
The width of Legal.

See Also:
Constant Field Values

LegalHeight

public static final float LegalHeight
The height of Legal.

See Also:
Constant Field Values

LedgerWidth

public static final float LedgerWidth
The width of Ledger.

See Also:
Constant Field Values

LedgerHeight

public static final float LedgerHeight
The height of Ledger.

See Also:
Constant Field Values

P11x17Width

public static final float P11x17Width
The width of P11x17.

See Also:
Constant Field Values

P11x17Height

public static final float P11x17Height
The height of P11x17.

See Also:
Constant Field Values
Constructor Detail

PageSize

public PageSize()
Initializes a new instance of the PageSize class.