Packagestimulsoft.report.design
Classpublic class StiDesignerInfo
InheritanceStiDesignerInfo Inheritance StiObject Inheritance Object
Implements IStiEquals



Public Properties
 PropertyDefined By
  alignToGrid : Boolean
Gets or sets value, indicates that components are to be aligned to grid.
StiDesignerInfo
  createComponentType : Class
Тип создаваемого в данный момент компонента, null если обычный режим
StiDesignerInfo
  currentAction : int
Currect action in designer.
StiDesignerInfo
  drawMarkersWhenMoving : Boolean
StiDesignerInfo
  fillBands : Boolean
StiDesignerInfo
  fillComponent : Boolean
StiDesignerInfo
  fillContainer : Boolean
StiDesignerInfo
  fillCrossBands : Boolean
StiDesignerInfo
  generateLocalizedName : Boolean
StiDesignerInfo
  gridMode : int
Gets or sets grid mode.
StiDesignerInfo
  gridSize : Number
[read-only]
StiDesignerInfo
  gridSizeCentimetres : Number
StiDesignerInfo
  gridSizeHundredthsOfInch : Number
StiDesignerInfo
  gridSizeInch : Number
StiDesignerInfo
  gridSizeMillimeters : Number
StiDesignerInfo
  gridSizePixels : Number
StiDesignerInfo
  isComponentsMoving : Boolean
StiDesignerInfo
  isPageDesigner : Boolean
StiDesignerInfo
  isTableMode : Boolean
StiDesignerInfo
  markersStyle : int
StiDesignerInfo
  quickInfoOverlay : Boolean
StiDesignerInfo
  quickInfoType : int
StiDesignerInfo
  report : StiReport
StiDesignerInfo
  showGrid : Boolean
Gets or sets value indicates that it is necessary to show grid on a page.
StiDesignerInfo
  showHeaders : Boolean
Gets or sets value, indicates that component headers are to be shown from components.
StiDesignerInfo
  showInteractive : Boolean
StiDesignerInfo
  showOrder : Boolean
Gets or sets value, indicates that order of components is to be shown on the page.
StiDesignerInfo
  showRuler : Boolean
Gets or sets value indicates that it is necessary to show ruler in a page viewer.
StiDesignerInfo
  useComponentColor : Boolean
StiDesignerInfo
  zoom : Number
Gets or sets zoom of a report (1 = 100%).
StiDesignerInfo
Public Methods
 MethodDefined By
  
StiDesignerInfo(report:StiReport = null)
StiDesignerInfo
  
clone(... args):Object
[override]
StiDesignerInfo
 Inherited
equals(object:Object):Boolean
StiObject
  
Gets color of filling.
StiDesignerInfo
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiDesignerInfo
Property Detail
alignToGridproperty
alignToGrid:Boolean

Gets or sets value, indicates that components are to be aligned to grid.


Implementation
    public function get alignToGrid():Boolean
    public function set alignToGrid(value:Boolean):void
createComponentTypeproperty 
createComponentType:Class

Тип создаваемого в данный момент компонента, null если обычный режим


Implementation
    public function get createComponentType():Class
    public function set createComponentType(value:Class):void
currentActionproperty 
currentAction:int

Currect action in designer.


Implementation
    public function get currentAction():int
    public function set currentAction(value:int):void
drawMarkersWhenMovingproperty 
drawMarkersWhenMoving:Boolean


Implementation
    public function get drawMarkersWhenMoving():Boolean
    public function set drawMarkersWhenMoving(value:Boolean):void
fillBandsproperty 
fillBands:Boolean


Implementation
    public function get fillBands():Boolean
    public function set fillBands(value:Boolean):void
fillComponentproperty 
fillComponent:Boolean


Implementation
    public function get fillComponent():Boolean
    public function set fillComponent(value:Boolean):void
fillContainerproperty 
fillContainer:Boolean


Implementation
    public function get fillContainer():Boolean
    public function set fillContainer(value:Boolean):void
fillCrossBandsproperty 
fillCrossBands:Boolean


Implementation
    public function get fillCrossBands():Boolean
    public function set fillCrossBands(value:Boolean):void
generateLocalizedNameproperty 
generateLocalizedName:Boolean


Implementation
    public function get generateLocalizedName():Boolean
    public function set generateLocalizedName(value:Boolean):void
gridModeproperty 
gridMode:int

Gets or sets grid mode.


Implementation
    public function get gridMode():int
    public function set gridMode(value:int):void
gridSizeproperty 
gridSize:Number  [read-only]


Implementation
    public function get gridSize():Number
gridSizeCentimetresproperty 
gridSizeCentimetres:Number


Implementation
    public function get gridSizeCentimetres():Number
    public function set gridSizeCentimetres(value:Number):void
gridSizeHundredthsOfInchproperty 
gridSizeHundredthsOfInch:Number


Implementation
    public function get gridSizeHundredthsOfInch():Number
    public function set gridSizeHundredthsOfInch(value:Number):void
gridSizeInchproperty 
gridSizeInch:Number


Implementation
    public function get gridSizeInch():Number
    public function set gridSizeInch(value:Number):void
gridSizeMillimetersproperty 
gridSizeMillimeters:Number


Implementation
    public function get gridSizeMillimeters():Number
    public function set gridSizeMillimeters(value:Number):void
gridSizePixelsproperty 
gridSizePixels:Number


Implementation
    public function get gridSizePixels():Number
    public function set gridSizePixels(value:Number):void
isComponentsMovingproperty 
isComponentsMoving:Boolean


Implementation
    public function get isComponentsMoving():Boolean
    public function set isComponentsMoving(value:Boolean):void
isPageDesignerproperty 
isPageDesigner:Boolean


Implementation
    public function get isPageDesigner():Boolean
    public function set isPageDesigner(value:Boolean):void
isTableModeproperty 
isTableMode:Boolean


Implementation
    public function get isTableMode():Boolean
    public function set isTableMode(value:Boolean):void
markersStyleproperty 
markersStyle:int


Implementation
    public function get markersStyle():int
    public function set markersStyle(value:int):void
quickInfoOverlayproperty 
quickInfoOverlay:Boolean


Implementation
    public function get quickInfoOverlay():Boolean
    public function set quickInfoOverlay(value:Boolean):void
quickInfoTypeproperty 
quickInfoType:int


Implementation
    public function get quickInfoType():int
    public function set quickInfoType(value:int):void
reportproperty 
report:StiReport


Implementation
    public function get report():StiReport
    public function set report(value:StiReport):void
showGridproperty 
showGrid:Boolean

Gets or sets value indicates that it is necessary to show grid on a page.


Implementation
    public function get showGrid():Boolean
    public function set showGrid(value:Boolean):void
showHeadersproperty 
showHeaders:Boolean

Gets or sets value, indicates that component headers are to be shown from components.


Implementation
    public function get showHeaders():Boolean
    public function set showHeaders(value:Boolean):void
showInteractiveproperty 
showInteractive:Boolean


Implementation
    public function get showInteractive():Boolean
    public function set showInteractive(value:Boolean):void
showOrderproperty 
showOrder:Boolean

Gets or sets value, indicates that order of components is to be shown on the page.


Implementation
    public function get showOrder():Boolean
    public function set showOrder(value:Boolean):void
showRulerproperty 
showRuler:Boolean

Gets or sets value indicates that it is necessary to show ruler in a page viewer.


Implementation
    public function get showRuler():Boolean
    public function set showRuler(value:Boolean):void
useComponentColorproperty 
useComponentColor:Boolean


Implementation
    public function get useComponentColor():Boolean
    public function set useComponentColor(value:Boolean):void
zoomproperty 
zoom:Number

Gets or sets zoom of a report (1 = 100%).


Implementation
    public function get zoom():Number
    public function set zoom(value:Number):void
Constructor Detail
StiDesignerInfo()Constructor
public function StiDesignerInfo(report:StiReport = null)



Parameters
report:StiReport (default = null)
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

Returns
Object
getFillColor()method 
public function getFillColor(color:StiColor):StiColor

Gets color of filling.

Parameters

color:StiColor

Returns
StiColor
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object