Packageorg.purepdf.events
Classpublic class SectionEvent
InheritanceSectionEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  depth : int
[read-only]
SectionEvent
  position : Number
[read-only]
SectionEvent
  title : Paragraph
[read-only]
SectionEvent
Protected Properties
 PropertyDefined By
  _depth : int
SectionEvent
  _position : Number
SectionEvent
  _title : Paragraph
SectionEvent
Public Methods
 MethodDefined By
  
SectionEvent(type:String, p:Number, d:int, t:Paragraph)
SectionEvent
  
clone():Event
[override]
SectionEvent
Public Constants
 ConstantDefined By
  SECTION_END : String = sectionEnd
[static]
SectionEvent
  SECTION_START : String = sectionStart
[static]
SectionEvent
Property Detail
_depthproperty
protected var _depth:int

_positionproperty 
protected var _position:Number

_titleproperty 
protected var _title:Paragraph

depthproperty 
depth:int  [read-only]


Implementation
    public function get depth():int
positionproperty 
position:Number  [read-only]


Implementation
    public function get position():Number
titleproperty 
title:Paragraph  [read-only]


Implementation
    public function get title():Paragraph
Constructor Detail
SectionEvent()Constructor
public function SectionEvent(type:String, p:Number, d:int, t:Paragraph)



Parameters
type:String
 
p:Number
 
d:int
 
t:Paragraph
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
SECTION_ENDConstant
public static const SECTION_END:String = sectionEnd

SECTION_STARTConstant 
public static const SECTION_START:String = sectionStart