Packagestimulsoft.report.components.interfaces
Interfacepublic interface IStiPageBreak
Implementors StiDynamicBand



Public Properties
 PropertyDefined By
  breakIfLessThan : Number
Gets or sets value which indicates how much free space is on a page (in per cent) should be reserved for formation of a new page or a new column.
IStiPageBreak
  newColumnAfter : Boolean
If the value of this property is true, then, after output of a band, a new column will be generated.
IStiPageBreak
  newColumnBefore : Boolean
If the value of this property is true, then, before output of a band, a new column will be generated.
IStiPageBreak
  newPageAfter : Boolean
If the value of this property is true, then, after output of a band, a new page will be generated.
IStiPageBreak
  newPageBefore : Boolean
If the value of this property is true, then, before output of a band, a new page will be generated.
IStiPageBreak
  skipFirst : Boolean
If the value of this property is true, then, a new page/column will be generated only starting from the second case.
IStiPageBreak
Property Detail
breakIfLessThanproperty
breakIfLessThan:Number

Gets or sets value which indicates how much free space is on a page (in per cent) should be reserved for formation of a new page or a new column. The value should be set in the range from 0 to 100. If the value is 100 then, in any case, a new page or a new column will be formed. This property is used together with NewPageBefore, NewPageAfter, NewColumnBefore, NewColumnAfter properties.


Implementation
    public function get breakIfLessThan():Number
    public function set breakIfLessThan(value:Number):void
newColumnAfterproperty 
newColumnAfter:Boolean

If the value of this property is true, then, after output of a band, a new column will be generated.


Implementation
    public function get newColumnAfter():Boolean
    public function set newColumnAfter(value:Boolean):void
newColumnBeforeproperty 
newColumnBefore:Boolean

If the value of this property is true, then, before output of a band, a new column will be generated. Output of a band will be continued on the next column.


Implementation
    public function get newColumnBefore():Boolean
    public function set newColumnBefore(value:Boolean):void
newPageAfterproperty 
newPageAfter:Boolean

If the value of this property is true, then, after output of a band, a new page will be generated.


Implementation
    public function get newPageAfter():Boolean
    public function set newPageAfter(value:Boolean):void
newPageBeforeproperty 
newPageBefore:Boolean

If the value of this property is true, then, before output of a band, a new page will be generated. Output of a band will be continued on the next page.


Implementation
    public function get newPageBefore():Boolean
    public function set newPageBefore(value:Boolean):void
skipFirstproperty 
skipFirst:Boolean

If the value of this property is true, then, a new page/column will be generated only starting from the second case.


Implementation
    public function get skipFirst():Boolean
    public function set skipFirst(value:Boolean):void