Packagestimulsoft.base.drawing
Classpublic class StiTextRender
InheritanceStiTextRender Inheritance Object



Public Properties
 PropertyDefined By
  interpretFontSizeInHtmlTagsAsInHtml : Boolean
[static] Interprete the FontSize attribute in the Html-tags as in Html
StiTextRender
Public Methods
 MethodDefined By
  
getUnionTagStates(states:Array, unionTagName:String):Array
[static]
StiTextRender
  
parseFontSize(fontSizeAttribute:String, delimiter:String):Number
[static]
StiTextRender
  
parseHtmlToStates(inputHtml:String, baseState:StiHtmlState, storeStack:Boolean = false):Array
[static]
StiTextRender
  
prepareStateText(stateText:String):String
[static]
StiTextRender
  
stateToHtml(state:StiHtmlState, text:String, lineInfoIndent:int):String
[static]
StiTextRender
Property Detail
interpretFontSizeInHtmlTagsAsInHtmlproperty
interpretFontSizeInHtmlTagsAsInHtml:Boolean

Interprete the FontSize attribute in the Html-tags as in Html


Implementation
    public static function get interpretFontSizeInHtmlTagsAsInHtml():Boolean
    public static function set interpretFontSizeInHtmlTagsAsInHtml(value:Boolean):void
Method Detail
getUnionTagStates()method
public static function getUnionTagStates(states:Array, unionTagName:String):Array

Parameters

states:Array
 
unionTagName:String

Returns
Array
parseFontSize()method 
public static function parseFontSize(fontSizeAttribute:String, delimiter:String):Number

Parameters

fontSizeAttribute:String
 
delimiter:String

Returns
Number
parseHtmlToStates()method 
public static function parseHtmlToStates(inputHtml:String, baseState:StiHtmlState, storeStack:Boolean = false):Array

Parameters

inputHtml:String
 
baseState:StiHtmlState
 
storeStack:Boolean (default = false)

Returns
Array
prepareStateText()method 
public static function prepareStateText(stateText:String):String

Parameters

stateText:String

Returns
String
stateToHtml()method 
public static function stateToHtml(state:StiHtmlState, text:String, lineInfoIndent:int):String

Parameters

state:StiHtmlState
 
text:String
 
lineInfoIndent:int

Returns
String