Packageorg.purepdf.elements
Interfacepublic interface IElement
Implementors Annotation, Chunk, ImageElement, MarkedObject, MarkedSection, Meta, MultiColumnText, RectangleElement



Public Properties
 PropertyDefined By
  isContent : Boolean
[read-only]
IElement
  isNestable : Boolean
[read-only]
IElement
  type : int
[read-only]
IElement
Public Methods
 MethodDefined By
  
getChunks():Vector.<Object>
IElement
  
process(listener:IElementListener):Boolean
IElement
  
toString():String
IElement
Property Detail
isContentproperty
isContent:Boolean  [read-only]


Implementation
    public function get isContent():Boolean
isNestableproperty 
isNestable:Boolean  [read-only]


Implementation
    public function get isNestable():Boolean
typeproperty 
type:int  [read-only]


Implementation
    public function get type():int
Method Detail
getChunks()method
public function getChunks():Vector.<Object>

Returns
Vector.<Object>
process()method 
public function process(listener:IElementListener):Boolean

Parameters

listener:IElementListener

Returns
Boolean
toString()method 
public function toString():String

Returns
String