| Package | stimulsoft.report.export.struct |
| Class | public class StiExcelDataFont |
| Inheritance | StiExcelDataFont Object |
| Property | Defined By | ||
|---|---|---|---|
| bold : Boolean | StiExcelDataFont | ||
| charset : int | StiExcelDataFont | ||
| color : int | StiExcelDataFont | ||
| height : int | StiExcelDataFont | ||
| italic : Boolean | StiExcelDataFont | ||
| name : String | StiExcelDataFont | ||
| strikeout : Boolean | StiExcelDataFont | ||
| underlined : Boolean | StiExcelDataFont | ||
| Method | Defined By | ||
|---|---|---|---|
StiExcelDataFont(_name:String, _bold:Boolean, _italic:Boolean, _underlined:Boolean, _strikeout:Boolean, _height:int, _color:int, _charset:int) | StiExcelDataFont | ||
equals(obj:Object):Boolean | StiExcelDataFont | ||
| bold | property |
public var bold:Boolean| charset | property |
public var charset:int| color | property |
public var color:int| height | property |
public var height:int| italic | property |
public var italic:Boolean| name | property |
public var name:String| strikeout | property |
public var strikeout:Boolean| underlined | property |
public var underlined:Boolean| StiExcelDataFont | () | Constructor |
public function StiExcelDataFont(_name:String, _bold:Boolean, _italic:Boolean, _underlined:Boolean, _strikeout:Boolean, _height:int, _color:int, _charset:int)_name:String | |
_bold:Boolean | |
_italic:Boolean | |
_underlined:Boolean | |
_strikeout:Boolean | |
_height:int | |
_color:int | |
_charset:int |
| equals | () | method |
public function equals(obj:Object):BooleanParameters
obj:Object |
Boolean |