Packageorg.purepdf.pdf
Classpublic class PageSize
InheritancePageSize Inheritance it.sephiroth.utils.ObjectHash



Public Methods
 MethodDefined By
  
create(pixelsw:int, pixelsh:int):RectangleElement
[static]
PageSize
  
[static] Try to return a RectangleElement base on a passed String.
PageSize
Public Constants
 ConstantDefined By
  _11X17 : ReadOnlyRectangle
[static]
PageSize
  A0 : ReadOnlyRectangle
[static]
PageSize
  A1 : ReadOnlyRectangle
[static]
PageSize
  A10 : ReadOnlyRectangle
[static]
PageSize
  A2 : ReadOnlyRectangle
[static]
PageSize
  A3 : ReadOnlyRectangle
[static]
PageSize
  A4 : ReadOnlyRectangle
[static]
PageSize
  A5 : ReadOnlyRectangle
[static]
PageSize
  A6 : ReadOnlyRectangle
[static]
PageSize
  A7 : ReadOnlyRectangle
[static]
PageSize
  A8 : ReadOnlyRectangle
[static]
PageSize
  A9 : ReadOnlyRectangle
[static]
PageSize
  ARCH_A : ReadOnlyRectangle
[static]
PageSize
  ARCH_B : ReadOnlyRectangle
[static]
PageSize
  ARCH_C : ReadOnlyRectangle
[static]
PageSize
  ARCH_D : ReadOnlyRectangle
[static]
PageSize
  ARCH_E : ReadOnlyRectangle
[static]
PageSize
  B0 : ReadOnlyRectangle
[static]
PageSize
  B1 : ReadOnlyRectangle
[static]
PageSize
  B10 : ReadOnlyRectangle
[static]
PageSize
  B2 : ReadOnlyRectangle
[static]
PageSize
  B3 : ReadOnlyRectangle
[static]
PageSize
  B4 : ReadOnlyRectangle
[static]
PageSize
  B5 : ReadOnlyRectangle
[static]
PageSize
  B6 : ReadOnlyRectangle
[static]
PageSize
  B7 : ReadOnlyRectangle
[static]
PageSize
  B8 : ReadOnlyRectangle
[static]
PageSize
  B9 : ReadOnlyRectangle
[static]
PageSize
  CROWN_OCTAVO : ReadOnlyRectangle
[static]
PageSize
  CROWN_QUARTO : ReadOnlyRectangle
[static]
PageSize
  DEMY_OCTAVO : ReadOnlyRectangle
[static]
PageSize
  DEMY_QUARTO : ReadOnlyRectangle
[static]
PageSize
  FLSA : ReadOnlyRectangle
[static]
PageSize
  FLSE : ReadOnlyRectangle
[static]
PageSize
  HALFLETTER : ReadOnlyRectangle
[static]
PageSize
  ID_1 : ReadOnlyRectangle
[static]
PageSize
  ID_2 : ReadOnlyRectangle
[static]
PageSize
  ID_3 : ReadOnlyRectangle
[static]
PageSize
  LARGE_CROWN_OCTAVO : ReadOnlyRectangle
[static]
PageSize
  LARGE_CROWN_QUARTO : ReadOnlyRectangle
[static]
PageSize
  LEDGER : ReadOnlyRectangle
[static]
PageSize
  LETTER : ReadOnlyRectangle
[static]
PageSize
  PENGUIN_LARGE_PAPERBACK : ReadOnlyRectangle
[static]
PageSize
  PENGUIN_SMALL_PAPERBACK : ReadOnlyRectangle
[static]
PageSize
  POSTCARD : ReadOnlyRectangle
[static]
PageSize
  ROYAL_OCTAVO : ReadOnlyRectangle
[static]
PageSize
  ROYAL_QUARTO : ReadOnlyRectangle
[static]
PageSize
  SMALL_PAPERBACK : ReadOnlyRectangle
[static]
PageSize
Method Detail
create()method
public static function create(pixelsw:int, pixelsh:int):RectangleElement

Parameters

pixelsw:int
 
pixelsh:int

Returns
RectangleElement
getRectangle()method 
public static function getRectangle(name:String):RectangleElement

Try to return a RectangleElement base on a passed String. Possible values are the page names: "A4", "LETTER".. or value like "800 600"

Parameters

name:String

Returns
RectangleElement
Constant Detail
_11X17Constant
public static const _11X17:ReadOnlyRectangle

A0Constant 
public static const A0:ReadOnlyRectangle

A1Constant 
public static const A1:ReadOnlyRectangle

A10Constant 
public static const A10:ReadOnlyRectangle

A2Constant 
public static const A2:ReadOnlyRectangle

A3Constant 
public static const A3:ReadOnlyRectangle

A4Constant 
public static const A4:ReadOnlyRectangle

A5Constant 
public static const A5:ReadOnlyRectangle

A6Constant 
public static const A6:ReadOnlyRectangle

A7Constant 
public static const A7:ReadOnlyRectangle

A8Constant 
public static const A8:ReadOnlyRectangle

A9Constant 
public static const A9:ReadOnlyRectangle

ARCH_AConstant 
public static const ARCH_A:ReadOnlyRectangle

ARCH_BConstant 
public static const ARCH_B:ReadOnlyRectangle

ARCH_CConstant 
public static const ARCH_C:ReadOnlyRectangle

ARCH_DConstant 
public static const ARCH_D:ReadOnlyRectangle

ARCH_EConstant 
public static const ARCH_E:ReadOnlyRectangle

B0Constant 
public static const B0:ReadOnlyRectangle

B1Constant 
public static const B1:ReadOnlyRectangle

B10Constant 
public static const B10:ReadOnlyRectangle

B2Constant 
public static const B2:ReadOnlyRectangle

B3Constant 
public static const B3:ReadOnlyRectangle

B4Constant 
public static const B4:ReadOnlyRectangle

B5Constant 
public static const B5:ReadOnlyRectangle

B6Constant 
public static const B6:ReadOnlyRectangle

B7Constant 
public static const B7:ReadOnlyRectangle

B8Constant 
public static const B8:ReadOnlyRectangle

B9Constant 
public static const B9:ReadOnlyRectangle

CROWN_OCTAVOConstant 
public static const CROWN_OCTAVO:ReadOnlyRectangle

CROWN_QUARTOConstant 
public static const CROWN_QUARTO:ReadOnlyRectangle

DEMY_OCTAVOConstant 
public static const DEMY_OCTAVO:ReadOnlyRectangle

DEMY_QUARTOConstant 
public static const DEMY_QUARTO:ReadOnlyRectangle

FLSAConstant 
public static const FLSA:ReadOnlyRectangle

FLSEConstant 
public static const FLSE:ReadOnlyRectangle

HALFLETTERConstant 
public static const HALFLETTER:ReadOnlyRectangle

ID_1Constant 
public static const ID_1:ReadOnlyRectangle

ID_2Constant 
public static const ID_2:ReadOnlyRectangle

ID_3Constant 
public static const ID_3:ReadOnlyRectangle

LARGE_CROWN_OCTAVOConstant 
public static const LARGE_CROWN_OCTAVO:ReadOnlyRectangle

LARGE_CROWN_QUARTOConstant 
public static const LARGE_CROWN_QUARTO:ReadOnlyRectangle

LEDGERConstant 
public static const LEDGER:ReadOnlyRectangle

LETTERConstant 
public static const LETTER:ReadOnlyRectangle

PENGUIN_LARGE_PAPERBACKConstant 
public static const PENGUIN_LARGE_PAPERBACK:ReadOnlyRectangle

PENGUIN_SMALL_PAPERBACKConstant 
public static const PENGUIN_SMALL_PAPERBACK:ReadOnlyRectangle

POSTCARDConstant 
public static const POSTCARD:ReadOnlyRectangle

ROYAL_OCTAVOConstant 
public static const ROYAL_OCTAVO:ReadOnlyRectangle

ROYAL_QUARTOConstant 
public static const ROYAL_QUARTO:ReadOnlyRectangle

SMALL_PAPERBACKConstant 
public static const SMALL_PAPERBACK:ReadOnlyRectangle