| Package | stimulsoft.report.export.tools |
| Class | public class StiCellStyle |
| Inheritance | StiCellStyle StiObject Object |
| Implements | IStiClonable |
| Property | Defined By | ||
|---|---|---|---|
| absolutePosition : Boolean = false | StiCellStyle | ||
| border : StiBorderSide | StiCellStyle | ||
| borderB : StiBorderSide | StiCellStyle | ||
| borderL : StiBorderSide | StiCellStyle | ||
| borderR : StiBorderSide | StiCellStyle | ||
| color : StiColor | StiCellStyle | ||
| font : StiFont | StiCellStyle | ||
| format : String | StiCellStyle | ||
| horAlignment : int | StiCellStyle | ||
| internalStyleName : String | StiCellStyle | ||
| styleName : String | StiCellStyle | ||
| textColor : StiColor | StiCellStyle | ||
| textOptions : StiTextOptions | StiCellStyle | ||
| vertAlignment : int | StiCellStyle | ||
| wordWrap : Boolean | StiCellStyle | ||
| Method | Defined By | ||
|---|---|---|---|
| StiCellStyle | |||
clone(... args):Object [override] | StiCellStyle | ||
equals(object:Object):Boolean [override] | StiCellStyle | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiCellStyle | ||
newStiCellStyle(color:StiColor, textColor:StiColor, font:StiFont, horAlignment:int, vertAlignment:int, border:StiBorderSide, textOptions:StiTextOptions, wordWrap:Boolean, format:String, styleName:String = null, borderL:StiBorderSide = null, borderR:StiBorderSide = null, borderB:StiBorderSide = null):StiCellStyle [static] | StiCellStyle | ||
| absolutePosition | property |
public var absolutePosition:Boolean = false| border | property |
public var border:StiBorderSide| borderB | property |
public var borderB:StiBorderSide| borderL | property |
public var borderL:StiBorderSide| borderR | property |
public var borderR:StiBorderSide| color | property |
public var color:StiColor| font | property |
public var font:StiFont| format | property |
public var format:String| horAlignment | property |
public var horAlignment:int| internalStyleName | property |
internalStyleName:String public function get internalStyleName():String public function set internalStyleName(value:String):void| styleName | property |
styleName:String public function get styleName():String public function set styleName(value:String):void| textColor | property |
public var textColor:StiColor| textOptions | property |
public var textOptions:StiTextOptions| vertAlignment | property |
public var vertAlignment:int| wordWrap | property |
public var wordWrap:Boolean| StiCellStyle | () | Constructor |
public function StiCellStyle()| clone | () | method |
override public function clone(... args):ObjectParameters
... args |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |
| newStiCellStyle | () | method |
public static function newStiCellStyle(color:StiColor, textColor:StiColor, font:StiFont, horAlignment:int, vertAlignment:int, border:StiBorderSide, textOptions:StiTextOptions, wordWrap:Boolean, format:String, styleName:String = null, borderL:StiBorderSide = null, borderR:StiBorderSide = null, borderB:StiBorderSide = null):StiCellStyleParameters
color:StiColor | |
textColor:StiColor | |
font:StiFont | |
horAlignment:int | |
vertAlignment:int | |
border:StiBorderSide | |
textOptions:StiTextOptions | |
wordWrap:Boolean | |
format:String | |
styleName:String (default = null) | |
borderL:StiBorderSide (default = null) | |
borderR:StiBorderSide (default = null) | |
borderB:StiBorderSide (default = null) |
StiCellStyle |