Packagestimulsoft.report.export.tools
Classpublic class StiCell
InheritanceStiCell Inheritance Object
Implements IStiClonable



Public Properties
 PropertyDefined By
  cellStyle : StiCellStyle
StiCell
  component : StiComponent
StiCell
  exportFormat : int
[read-only]
StiCell
  exportImage : IStiExportImage
StiCell
  height : int
StiCell
  left : int
StiCell
  text : String
StiCell
  top : int
StiCell
  width : int
StiCell
Public Methods
 MethodDefined By
  
StiCell(exportFormat:int = 0)
StiCell
  
clone(... args):Object
StiCell
  
StiCell
Property Detail
cellStyleproperty
cellStyle:StiCellStyle


Implementation
    public function get cellStyle():StiCellStyle
    public function set cellStyle(value:StiCellStyle):void
componentproperty 
component:StiComponent


Implementation
    public function get component():StiComponent
    public function set component(value:StiComponent):void
exportFormatproperty 
exportFormat:int  [read-only]


Implementation
    public function get exportFormat():int
exportImageproperty 
exportImage:IStiExportImage


Implementation
    public function get exportImage():IStiExportImage
    public function set exportImage(value:IStiExportImage):void
heightproperty 
height:int


Implementation
    public function get height():int
    public function set height(value:int):void
leftproperty 
left:int


Implementation
    public function get left():int
    public function set left(value:int):void
textproperty 
text:String


Implementation
    public function get text():String
    public function set text(value:String):void
topproperty 
top:int


Implementation
    public function get top():int
    public function set top(value:int):void
widthproperty 
width:int


Implementation
    public function get width():int
    public function set width(value:int):void
Constructor Detail
StiCell()Constructor
public function StiCell(exportFormat:int = 0)



Parameters
exportFormat:int (default = 0)
Method Detail
clone()method
public function clone(... args):Object

Parameters

... args

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

Returns
Object