User Guide
1230 ActionScript classes
Properties inherited from class Object
Constructor summary
Method summary
target:String Indicates the target window where the hyperlink is
displayed.
underline:Boolean A Boolean value that indicates whether the text that
uses this text format is underlined (true) or not
(false).
url:String Indicates the URL that text in this text format
hyperlinks to.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Signature Description
TextFormat([font:Str
ing], [size:Number],
[color:Number],
[bold:Boolean],
[italic:Boolean],
[underline:Boolean],
[url:String],
[target:String],
[align:String],
[leftMargin:Number],
[rightMargin:Number]
, [indent:Number],
[leading:Number])
Creates a TextFormat object with the specified properties.
Modifiers Signature Description
getTextExtent(text:S
tring,
[width:Number]) :
Object
Deprecated since Flash Player 8. There is no
replacement.
Returns text measurement information for the text
string text in the format specified by my_fmt.
Modifiers Property Description