Packageorg.purepdf.events
Classpublic class ChapterEvent
InheritanceChapterEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  position : Number
[read-only]
ChapterEvent
  title : Paragraph
[read-only]
ChapterEvent
Protected Properties
 PropertyDefined By
  _position : Number
ChapterEvent
  _title : Paragraph
ChapterEvent
Public Methods
 MethodDefined By
  
ChapterEvent(type:String, p:Number, t:Paragraph)
ChapterEvent
  
clone():Event
[override]
ChapterEvent
Public Constants
 ConstantDefined By
  CHAPTER_END : String = chapterEnd
[static]
ChapterEvent
  CHAPTER_START : String = chapterStart
[static]
ChapterEvent
Property Detail
_positionproperty
protected var _position:Number

_titleproperty 
protected var _title:Paragraph

positionproperty 
position:Number  [read-only]


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


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



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

Returns
Event
Constant Detail
CHAPTER_ENDConstant
public static const CHAPTER_END:String = chapterEnd

CHAPTER_STARTConstant 
public static const CHAPTER_START:String = chapterStart