Class TextField.StyleSheet

TextField.StyleSheet

Method Index

clear(), getStyle(), getStyleNames(), load(), onLoad(), parse(), parseCSS(), setStyle(), transform()

Method Detail

getStyle

function getStyle(name:
String):Object

setStyle

function setStyle(name:
String, style:Object):Void

clear

function clear():Void

getStyleNames

function getStyleNames():
Array

transform

function transform(style:
Object):TextFormat

parseCSS

function parseCSS(cssText:
String):Boolean

parse

function parse(cssText:
String):Boolean

load

function load(url:
String):Boolean

onLoad

function onLoad(success:
Boolean):Void