Package | stimulsoft.report.export.tools |
Class | public class StiCell |
Inheritance | StiCell ![]() |
Implements | IStiClonable |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
StiCell(exportFormat:int = 0) | StiCell | ||
clone(... args):Object | StiCell | ||
memberwiseClone():Object | StiCell |
cellStyle | property |
cellStyle:StiCellStyle
public function get cellStyle():StiCellStyle
public function set cellStyle(value:StiCellStyle):void
component | property |
component:StiComponent
public function get component():StiComponent
public function set component(value:StiComponent):void
exportFormat | property |
exportFormat:int
[read-only] public function get exportFormat():int
exportImage | property |
exportImage:IStiExportImage
public function get exportImage():IStiExportImage
public function set exportImage(value:IStiExportImage):void
height | property |
height:int
public function get height():int
public function set height(value:int):void
left | property |
left:int
public function get left():int
public function set left(value:int):void
text | property |
text:String
public function get text():String
public function set text(value:String):void
top | property |
top:int
public function get top():int
public function set top(value:int):void
width | property |
width:int
public function get width():int
public function set width(value:int):void
StiCell | () | Constructor |
public function StiCell(exportFormat:int = 0)
exportFormat:int (default = 0 )
|
clone | () | method |
public function clone(... args):Object
Parameters
... args |
Object |
memberwiseClone | () | method |
public function memberwiseClone():Object
ReturnsObject |