| Package | stimulsoft.report.export.struct |
| Class | public class StiExcel2007DataXF |
| Inheritance | StiExcel2007DataXF Object |
| Property | Defined By | ||
|---|---|---|---|
| borderIndex : int | StiExcel2007DataXF | ||
| editable : Boolean | StiExcel2007DataXF | ||
| fillIndex : int | StiExcel2007DataXF | ||
| fontIndex : int | StiExcel2007DataXF | ||
| formatIndex : int | StiExcel2007DataXF | ||
| horAlign : int | StiExcel2007DataXF | ||
| rightToLeft : Boolean | StiExcel2007DataXF | ||
| textRotationAngle : int | StiExcel2007DataXF | ||
| textWrapped : Boolean | StiExcel2007DataXF | ||
| vertAlign : int | StiExcel2007DataXF | ||
| xfId : int | StiExcel2007DataXF | ||
| Method | Defined By | ||
|---|---|---|---|
StiExcel2007DataXF(_formatIndex:int, _fontIndex:int, _fillIndex:int, _borderIndex:int, _xfId:int, _horAlign:int, _vertAlign:int, _textRotationAngle:int, _textWrapped:Boolean, _rightToLeft:Boolean, _editable:Boolean) | StiExcel2007DataXF | ||
equalDataXF(xf:StiExcel2007DataXF):Boolean | StiExcel2007DataXF | ||
| borderIndex | property |
public var borderIndex:int| editable | property |
public var editable:Boolean| fillIndex | property |
public var fillIndex:int| fontIndex | property |
public var fontIndex:int| formatIndex | property |
public var formatIndex:int| horAlign | property |
public var horAlign:int| rightToLeft | property |
public var rightToLeft:Boolean| textRotationAngle | property |
public var textRotationAngle:int| textWrapped | property |
public var textWrapped:Boolean| vertAlign | property |
public var vertAlign:int| xfId | property |
public var xfId:int| StiExcel2007DataXF | () | Constructor |
public function StiExcel2007DataXF(_formatIndex:int, _fontIndex:int, _fillIndex:int, _borderIndex:int, _xfId:int, _horAlign:int, _vertAlign:int, _textRotationAngle:int, _textWrapped:Boolean, _rightToLeft:Boolean, _editable:Boolean)_formatIndex:int | |
_fontIndex:int | |
_fillIndex:int | |
_borderIndex:int | |
_xfId:int | |
_horAlign:int | |
_vertAlign:int | |
_textRotationAngle:int | |
_textWrapped:Boolean | |
_rightToLeft:Boolean | |
_editable:Boolean |
| equalDataXF | () | method |
public function equalDataXF(xf:StiExcel2007DataXF):BooleanParameters
xf:StiExcel2007DataXF |
Boolean |