Packageorg.alivepdf.annotations
Classpublic class MovieAnnotation
InheritanceMovieAnnotation Inheritance Annotation Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedheight : int
[read-only]
Annotation
 Inheritedtext : String
[read-only]
Annotation
 Inheritedtype : String
[read-only]
Annotation
 Inheritedwidth : int
[read-only]
Annotation
 Inheritedx : int
[read-only]
Annotation
 Inheritedy : int
[read-only]
Annotation
Protected Properties
 PropertyDefined By
 Inherited_height : int
Annotation
 Inherited_text : String
Annotation
 Inherited_type : String
Annotation
 Inherited_width : int
Annotation
 Inherited_x : int
Annotation
 Inherited_y : int
Annotation
Public Methods
 MethodDefined By
  
MovieAnnotation(type:String, text:String, x:int = 0, y:int = 0, width:int = 100, height:int = 100)
MovieAnnotation
Constructor Detail
MovieAnnotation()Constructor
public function MovieAnnotation(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)