Main Page | Packages | Class Tree | Index | Help

TextField

class StyleSheet

Object
  |
  +--TextField.StyleSheet


intrinsic class StyleSheet
extends Object

ActionScript Standard Library TextField.StyleSheet object



Fields inherited from class Object

__proto__, constructor, prototype

Method Summary


clear ( ): Void



getStyle ( name: String ): Object



getStyleNames ( ): Array



load ( url: String ): Boolean



onLoad ( success: Boolean ): Void



parse ( cssText: String ): Boolean



parseCSS ( cssText: String ): Boolean



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



transform ( style: Object ): TextFormat


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Method Documentation

clear

function clear(): Void

getStyle

function getStyle(name: String): Object

getStyleNames

function getStyleNames(): Array

load

function load(url: String): Boolean

onLoad

function onLoad(success: Boolean): Void

parse

function parse(cssText: String): Boolean

parseCSS

function parseCSS(cssText: String): Boolean

setStyle

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

transform

function transform(style: Object): TextFormat

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc