Packageorg.alivepdf.layout
Classpublic final class Position
InheritancePosition Inheritance Object



Public Constants
 ConstantDefined By
  CENTERED : String = centered
[static] Positiones the image on the center of the page.
Position
  LEFT : String = left
[static] Positiones the image on the left of the page.
Position
  RIGHT : String = right
[static] Positiones the image on the right of the page.
Position
Constant Detail
CENTEREDConstant
public static const CENTERED:String = centered

Positiones the image on the center of the page.

LEFTConstant 
public static const LEFT:String = left

Positiones the image on the left of the page.

RIGHTConstant 
public static const RIGHT:String = right

Positiones the image on the right of the page.