| Property | Defined 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 | ||
| Method | Defined 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 | ||
| backColor | property |
public var backColor:StiColor| bold | property |
public var bold:Boolean| fontColor | property |
public var fontColor:StiColor| fontName | property |
public var fontName:String| fontSize | property |
public var fontSize:Number| indent | property |
public var indent:int| isBackcolorChanged | property |
public var isBackcolorChanged:Boolean| isColorChanged | property |
public var isColorChanged:Boolean| italic | property |
public var italic:Boolean| letterSpacing | property |
public var letterSpacing:Number| lineHeight | property |
public var lineHeight:Number| strikeout | property |
public var strikeout:Boolean| subsript | property |
public var subsript:Boolean| superscript | property |
public var superscript:Boolean| tag | property |
public var tag:int| textAlign | property |
public var textAlign:int| underline | property |
public var underline:Boolean| wordSpacing | property |
public var wordSpacing:Number| StiHtmlTagsState | () | Constructor |
public function StiHtmlTagsState()| 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):StiHtmlTagsStateParameters
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 |
| create2 | () | method |
public static function create2(state:StiHtmlTagsState):StiHtmlTagsStateParameters
state:StiHtmlTagsState |
StiHtmlTagsState |