| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--mx.styles.CSSStyleDeclaration
Field Summary | ||
| _tf: TextFormat | ||
| local copy of the Flash TextFormat | ||
| static | classConstructed: Boolean | |
| color: Number | ||
| static | CSSTextStylesDependency | |
| embedFonts: Boolean | ||
| fontFamily: String | ||
| fontSize: Number | ||
| fontStyle: String | ||
| fontWeight: String | ||
| marginLeft: Number | ||
| marginRight: Number | ||
| styleName: String | ||
| the name of a CSSStyleDeclaration as found on _global.styles. | ||
| textAlign: String | ||
| these get replaced by getters and setters via the TextStyles mixin | ||
| textDecoration: String | ||
| textIndent: Number | ||
| ||
Method Summary | ||
| __getTextFormat ( tf: TextFormat, bAll: Boolean ): Boolean | ||
| used to calculate the Flash TextFormat object | ||
| static | classConstruct ( ): Boolean | |
| getStyle ( styleProp: String ) | ||
| get a style property | ||
| ||
| var _tf: TextFormat |
| local copy of the Flash TextFormat |
| static var classConstructed: Boolean |
| var color: Number |
| static var CSSTextStylesDependency |
| var embedFonts: Boolean |
| var fontFamily: String |
| var fontSize: Number |
| var fontStyle: String |
| var fontWeight: String |
| var marginLeft: Number |
| var marginRight: Number |
| var styleName: String |
| the name of a CSSStyleDeclaration as found on _global.styles. |
| var textAlign: String |
| these get replaced by getters and setters via the TextStyles mixin |
| var textDecoration: String |
| var textIndent: Number |
|
| used to calculate the Flash TextFormat object |
|
|
| get a style property | |||
|