Packagestimulsoft.report.export.struct
Classpublic class StiExcel2007DataXF
InheritanceStiExcel2007DataXF Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
  
StiExcel2007DataXF
Property Detail
borderIndexproperty
public var borderIndex:int

editableproperty 
public var editable:Boolean

fillIndexproperty 
public var fillIndex:int

fontIndexproperty 
public var fontIndex:int

formatIndexproperty 
public var formatIndex:int

horAlignproperty 
public var horAlign:int

rightToLeftproperty 
public var rightToLeft:Boolean

textRotationAngleproperty 
public var textRotationAngle:int

textWrappedproperty 
public var textWrapped:Boolean

vertAlignproperty 
public var vertAlign:int

xfIdproperty 
public var xfId:int

Constructor Detail
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)



Parameters
_formatIndex:int
 
_fontIndex:int
 
_fillIndex:int
 
_borderIndex:int
 
_xfId:int
 
_horAlign:int
 
_vertAlign:int
 
_textRotationAngle:int
 
_textWrapped:Boolean
 
_rightToLeft:Boolean
 
_editable:Boolean
Method Detail
equalDataXF()method
public function equalDataXF(xf:StiExcel2007DataXF):Boolean

Parameters

xf:StiExcel2007DataXF

Returns
Boolean