Packageorg.alivepdf.annotations
Classpublic class Annotation
InheritanceAnnotation Inheritance Object
Subclasses MovieAnnotation, TextAnnotation



Public Properties
 PropertyDefined By
  height : int
[read-only]
Annotation
  text : String
[read-only]
Annotation
  type : String
[read-only]
Annotation
  width : int
[read-only]
Annotation
  x : int
[read-only]
Annotation
  y : int
[read-only]
Annotation
Protected Properties
 PropertyDefined By
  _height : int
Annotation
  _text : String
Annotation
  _type : String
Annotation
  _width : int
Annotation
  _x : int
Annotation
  _y : int
Annotation
Public Methods
 MethodDefined By
  
Annotation(type:String, text:String, x:int = 0, y:int = 0, width:int = 100, height:int = 100)
Annotation
Property Detail
_heightproperty
protected var _height:int

_textproperty 
protected var _text:String

_typeproperty 
protected var _type:String

_widthproperty 
protected var _width:int

_xproperty 
protected var _x:int

_yproperty 
protected var _y:int

heightproperty 
height:int  [read-only]


Implementation
    public function get height():int
textproperty 
text:String  [read-only]


Implementation
    public function get text():String
typeproperty 
type:String  [read-only]


Implementation
    public function get type():String
widthproperty 
width:int  [read-only]


Implementation
    public function get width():int
xproperty 
x:int  [read-only]


Implementation
    public function get x():int
yproperty 
y:int  [read-only]


Implementation
    public function get y():int
Constructor Detail
Annotation()Constructor
public function Annotation(type:String, text:String, x:int = 0, y:int = 0, width:int = 100, height:int = 100)



Parameters
type:String
 
text:String
 
x:int (default = 0)
 
y:int (default = 0)
 
width:int (default = 100)
 
height:int (default = 100)