Packagestimulsoft.base.drawing
Classpublic class StiHtmlTagsState
InheritanceStiHtmlTagsState Inheritance Object



Public Properties
 PropertyDefined By
  backColor : StiColor
StiHtmlTagsState
  bold : Boolean
StiHtmlTagsState
  fontColor : StiColor
StiHtmlTagsState
  fontName : String
StiHtmlTagsState
  fontSize : Number
StiHtmlTagsState
  indent : int
StiHtmlTagsState
  isBackcolorChanged : Boolean
StiHtmlTagsState
  isColorChanged : Boolean
StiHtmlTagsState
  italic : Boolean
StiHtmlTagsState
  letterSpacing : Number
StiHtmlTagsState
  lineHeight : Number
StiHtmlTagsState
  strikeout : Boolean
StiHtmlTagsState
  subsript : Boolean
StiHtmlTagsState
  superscript : Boolean
StiHtmlTagsState
  tag : int
StiHtmlTagsState
  textAlign : int
StiHtmlTagsState
  underline : Boolean
StiHtmlTagsState
  wordSpacing : Number
StiHtmlTagsState
Public Methods
 MethodDefined By
  
StiHtmlTagsState
  
create1(bold:Boolean, italic:Boolean, underline:Boolean, strikeout:Boolean, fontSize:Number, fontName:String, fontColor:StiColor, backColor:StiColor, superscript:Boolean, subscript:Boolean, letterSpacing:Number, wordSpacing:Number, lineHeight:Number, textAlign:int):StiHtmlTagsState
[static]
StiHtmlTagsState
  
[static]
StiHtmlTagsState
Property Detail
backColorproperty
public var backColor:StiColor

boldproperty 
public var bold:Boolean

fontColorproperty 
public var fontColor:StiColor

fontNameproperty 
public var fontName:String

fontSizeproperty 
public var fontSize:Number

indentproperty 
public var indent:int

isBackcolorChangedproperty 
public var isBackcolorChanged:Boolean

isColorChangedproperty 
public var isColorChanged:Boolean

italicproperty 
public var italic:Boolean

letterSpacingproperty 
public var letterSpacing:Number

lineHeightproperty 
public var lineHeight:Number

strikeoutproperty 
public var strikeout:Boolean

subsriptproperty 
public var subsript:Boolean

superscriptproperty 
public var superscript:Boolean

tagproperty 
public var tag:int

textAlignproperty 
public var textAlign:int

underlineproperty 
public var underline:Boolean

wordSpacingproperty 
public var wordSpacing:Number

Constructor Detail
StiHtmlTagsState()Constructor
public function StiHtmlTagsState()



Method Detail
create1()method
public static function create1(bold:Boolean, italic:Boolean, underline:Boolean, strikeout:Boolean, fontSize:Number, fontName:String, fontColor:StiColor, backColor:StiColor, superscript:Boolean, subscript:Boolean, letterSpacing:Number, wordSpacing:Number, lineHeight:Number, textAlign:int):StiHtmlTagsState

Parameters

bold:Boolean
 
italic:Boolean
 
underline:Boolean
 
strikeout:Boolean
 
fontSize:Number
 
fontName:String
 
fontColor:StiColor
 
backColor:StiColor
 
superscript:Boolean
 
subscript:Boolean
 
letterSpacing:Number
 
wordSpacing:Number
 
lineHeight:Number
 
textAlign:int

Returns
StiHtmlTagsState
create2()method 
public static function create2(state:StiHtmlTagsState):StiHtmlTagsState

Parameters

state:StiHtmlTagsState

Returns
StiHtmlTagsState