Packageorg.purepdf.elements
Classpublic class MarkedObject
InheritanceMarkedObject Inheritance Object
Implements IElement
Subclasses MarkedSection



Public Properties
 PropertyDefined By
  element : IElement
[read-only]
MarkedObject
  isContent : Boolean
[read-only]
MarkedObject
  isNestable : Boolean
[read-only]
MarkedObject
  markupAttributes : Dictionary
MarkedObject
  type : int
[read-only]
MarkedObject
Protected Properties
 PropertyDefined By
  _element : IElement
MarkedObject
  _properties : Dictionary
MarkedObject
Public Methods
 MethodDefined By
  
MarkedObject($element:IElement = null)
MarkedObject
  
getChunks():Vector.<Object>
MarkedObject
  
process(listener:IElementListener):Boolean
MarkedObject
  
setMarkupAttribute(key:String, value:String):void
MarkedObject
  
toString():String
MarkedObject
Property Detail
_elementproperty
protected var _element:IElement

_propertiesproperty 
protected var _properties:Dictionary

elementproperty 
element:IElement  [read-only]


Implementation
    public function get element():IElement
isContentproperty 
isContent:Boolean  [read-only]


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


Implementation
    public function get isNestable():Boolean
markupAttributesproperty 
markupAttributes:Dictionary


Implementation
    public function get markupAttributes():Dictionary
    public function set markupAttributes(value:Dictionary):void
typeproperty 
type:int  [read-only]


Implementation
    public function get type():int
Constructor Detail
MarkedObject()Constructor
public function MarkedObject($element:IElement = null)



Parameters
$element:IElement (default = null)
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
setMarkupAttribute()method 
public function setMarkupAttribute(key:String, value:String):void

Parameters

key:String
 
value:String

toString()method 
public function toString():String

Returns
String