Packagecom.flexicious.print.printareas
Interfacepublic interface IPrintArea
Implementors PrintArea

Implemented by the print areas Print page header, page footer, overall header and overall footer



Public Properties
 PropertyDefined By
  allRecords : ArrayCollection
IPrintArea
  currentPage : int
IPrintArea
  height : Number
[read-only]
IPrintArea
  includeInLayout : Boolean
[read-only]
IPrintArea
  pageRecords : ArrayCollection
IPrintArea
  printable : IPrintable
IPrintArea
  printComponent : IPrintComponent
IPrintArea
  printOptions : PrintOptions
IPrintArea
  totalPages : int
IPrintArea
Property Detail
allRecordsproperty
allRecords:ArrayCollection


Implementation
    public function get allRecords():ArrayCollection
    public function set allRecords(value:ArrayCollection):void
currentPageproperty 
currentPage:int


Implementation
    public function get currentPage():int
    public function set currentPage(value:int):void
heightproperty 
height:Number  [read-only]


Implementation
    public function get height():Number
includeInLayoutproperty 
includeInLayout:Boolean  [read-only]


Implementation
    public function get includeInLayout():Boolean
pageRecordsproperty 
pageRecords:ArrayCollection


Implementation
    public function get pageRecords():ArrayCollection
    public function set pageRecords(value:ArrayCollection):void
printableproperty 
printable:IPrintable


Implementation
    public function get printable():IPrintable
    public function set printable(value:IPrintable):void
printComponentproperty 
printComponent:IPrintComponent


Implementation
    public function get printComponent():IPrintComponent
    public function set printComponent(value:IPrintComponent):void
printOptionsproperty 
printOptions:PrintOptions


Implementation
    public function get printOptions():PrintOptions
    public function set printOptions(value:PrintOptions):void
totalPagesproperty 
totalPages:int


Implementation
    public function get totalPages():int
    public function set totalPages(value:int):void