Packagestimulsoft.report.export.struct
Classpublic class StiExcel2007DataFont
InheritanceStiExcel2007DataFont Inheritance Object



Public Properties
 PropertyDefined By
  bold : Boolean
StiExcel2007DataFont
  charset : int
StiExcel2007DataFont
  color : StiColor
StiExcel2007DataFont
  family : int
StiExcel2007DataFont
  height : int
StiExcel2007DataFont
  italic : Boolean
StiExcel2007DataFont
  name : String
StiExcel2007DataFont
  strikeout : Boolean
StiExcel2007DataFont
  underlined : Boolean
StiExcel2007DataFont
Public Methods
 MethodDefined By
  
StiExcel2007DataFont(_name:String, _bold:Boolean, _italic:Boolean, _underlined:Boolean, _strikeout:Boolean, _height:int, _color:StiColor, _charset:int, _family:int)
StiExcel2007DataFont
Property Detail
boldproperty
public var bold:Boolean

charsetproperty 
public var charset:int

colorproperty 
public var color:StiColor

familyproperty 
public var family:int

heightproperty 
public var height:int

italicproperty 
public var italic:Boolean

nameproperty 
public var name:String

strikeoutproperty 
public var strikeout:Boolean

underlinedproperty 
public var underlined:Boolean

Constructor Detail
StiExcel2007DataFont()Constructor
public function StiExcel2007DataFont(_name:String, _bold:Boolean, _italic:Boolean, _underlined:Boolean, _strikeout:Boolean, _height:int, _color:StiColor, _charset:int, _family:int)



Parameters
_name:String
 
_bold:Boolean
 
_italic:Boolean
 
_underlined:Boolean
 
_strikeout:Boolean
 
_height:int
 
_color:StiColor
 
_charset:int
 
_family:int