Packagestimulsoft.report.design
Interfacepublic interface IStiDesignerBase
Implementors StiDesignerFx



Public Properties
 PropertyDefined By
  componentsOnPage : StiComponentsCollection
[read-only]
IStiDesignerBase
  componentsOnReport : StiComponentsCollection
[read-only]
IStiDesignerBase
  designerControl : IStiDesignerBase
[read-only]
IStiDesignerBase
  info : StiDesignerInfo
[read-only]
IStiDesignerBase
  report : StiReport
IStiDesignerBase
  selectedComponentsOnPage : StiComponentsCollection
[read-only]
IStiDesignerBase
  selectedTextComponentsOnPage : StiComponentsCollection
[read-only]
IStiDesignerBase
  tableHelper : StiTableHelper
[read-only]
IStiDesignerBase
Public Methods
 MethodDefined By
  
IStiDesignerBase
  
xToPage(x:int):Number
IStiDesignerBase
  
yToPage(y:int):Number
IStiDesignerBase
Property Detail
componentsOnPageproperty
componentsOnPage:StiComponentsCollection  [read-only]


Implementation
    public function get componentsOnPage():StiComponentsCollection
componentsOnReportproperty 
componentsOnReport:StiComponentsCollection  [read-only]


Implementation
    public function get componentsOnReport():StiComponentsCollection
designerControlproperty 
designerControl:IStiDesignerBase  [read-only]


Implementation
    public function get designerControl():IStiDesignerBase
infoproperty 
info:StiDesignerInfo  [read-only]


Implementation
    public function get info():StiDesignerInfo
reportproperty 
report:StiReport


Implementation
    public function get report():StiReport
    public function set report(value:StiReport):void
selectedComponentsOnPageproperty 
selectedComponentsOnPage:StiComponentsCollection  [read-only]


Implementation
    public function get selectedComponentsOnPage():StiComponentsCollection
selectedTextComponentsOnPageproperty 
selectedTextComponentsOnPage:StiComponentsCollection  [read-only]


Implementation
    public function get selectedTextComponentsOnPage():StiComponentsCollection
tableHelperproperty 
tableHelper:StiTableHelper  [read-only]


Implementation
    public function get tableHelper():StiTableHelper
Method Detail
getSelected()method
public function getSelected():StiComponentsCollection

Returns
StiComponentsCollection
xToPage()method 
public function xToPage(x:int):Number

Parameters

x:int

Returns
Number
yToPage()method 
public function yToPage(y:int):Number

Parameters

y:int

Returns
Number