Packageorg.purepdf.elements
Classpublic class Chapter
InheritanceChapter Inheritance Section Inheritance Object
Subclasses ChapterAutoNumber



Public Properties
 PropertyDefined By
 InheritedaddedCompletely : Boolean
Section
 InheritedbookmarkOpen : Boolean
Section
 InheritedbookmarkTitle : String
[write-only]
Section
 InheritedchapterNumber : uint
[write-only]
Section
 Inheritedcomplete : Boolean
Section
 Inheriteddepth : uint
[read-only]
Section
 Inheritedindentation : Number
Section
 InheritedindentationLeft : Number
Section
 InheritedindentationRight : Number
Section
 InheritedisChapter : Boolean
[read-only]
Section
 InheritedisContent : Boolean
[read-only]
Section
  isNestable : Boolean
[override] [read-only]
Chapter
 InheritedisSection : Boolean
[read-only]
Section
 InheritednotAddedYet : Boolean
Section
 InheritednumberDepth : int
Section
 Inheritednumbers : Vector.<Number>
[read-only]
Section
 InheritednumberStyle : int
Section
 Inheritedsize : uint
[read-only]
Section
 Inheritedtitle : Paragraph
Section
 InheritedtriggerNewPage : Boolean
Section
  type : int
[override] [read-only]
Chapter
Protected Properties
 PropertyDefined By
 Inherited_addedCompletely : Boolean = false
Section
 Inherited_bookmarkOpen : Boolean = true
Section
 Inherited_bookmarkTitle : String
Section
 Inherited_complete : Boolean = true
Section
 Inherited_hideNumbers : Boolean
Section
 Inherited_indentation : Number = 0
Section
 Inherited_indentationLeft : Number = 0
Section
 Inherited_indentationRight : Number = 0
Section
 Inherited_notAddedYet : Boolean = true
Section
 Inherited_numberDepth : int = 0
Section
 Inherited_numbers : Vector.<Number> = null
Section
 Inherited_numberStyle : int = 0
Section
 Inheritedsubsections : int = 0
Section
 Inherited_title : Paragraph
Section
 Inherited_triggerNewPage : Boolean = false
Section
Public Methods
 MethodDefined By
  
Chapter($title:Object, $number:int)
Create a new Chapter object
Chapter
 Inherited
add(o:Object):Boolean
Section
 Inherited
addAll(collection:Vector.<IElement>):Boolean
Section
 Inherited
Section
 Inherited
addSection(title:String):Section
Section
 Inherited
Section
 Inherited
addSection2(indentation:Number, title:Paragraph, numberDepth:int):Section
Section
 Inherited
addSection3(indentation:Number, title:Paragraph):Section
Section
 Inherited
addSection4(title:Paragraph, numberDepth:int):Section
Section
 Inherited
addSection5(indentation:Number, title:String, numberDepth:int):Section
Section
 Inherited
addSection6(title:String, numberDepth:int):Section
Section
 Inherited
addSection7(indentation:Number, title:String):Section
Section
 Inherited
constructTitle(title:Paragraph, numbers:Vector.<Number>, numberDepth:int, numberStyle:int):Paragraph
[static]
Section
 Inherited
Section
 Inherited
Section
 Inherited
getChunks():Vector.<Object>
Section
 Inherited
insert(index:int, o:Object):void
Section
 Inherited
iterator():Iterator
Section
 Inherited
newPage():void
Section
 Inherited
process(listener:IElementListener):Boolean
Section
 Inherited
toString():String
Section
Public Constants
 ConstantDefined By
 InheritedNUMBERSTYLE_DOTTED : int = 0
[static]
Section
 InheritedNUMBERSTYLE_DOTTED_WITHOUT_FINAL_DOT : int = 1
[static]
Section
 InheritedNUMBERSTYLE_NONE : int = -1
[static] hide default number in title
Section
Property Detail
isNestableproperty
isNestable:Boolean  [read-only] [override]


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


Implementation
    public function get type():int
Constructor Detail
Chapter()Constructor
public function Chapter($title:Object, $number:int)

Create a new Chapter object

Parameters
$title:Object — String or Paragraph allowed
 
$number:int — chapter number

See also