Interface to a format resolver. An implementation allows you to attach a styling mechanism of your choosing, such as
Flex CSS styling and named styles, to a TextFlow.
Invalidates cached formatting information on this element because, for example, the parent changed,
or the id or the styleName changed or the typeName changed.
IFormatResolver — the format resolver for the copy of the TextFlow.
invalidate
()
method
public function invalidate(target:Object):void
Language Version :
ActionScript 3.0
Runtime Versions :
Flash Player 10, AIR 1.5
Invalidates cached formatting information on this element because, for example, the parent changed,
or the id or the styleName changed or the typeName changed.
Parameters
target:Object
invalidateAll
()
method
public function invalidateAll(textFlow:TextFlow):void
Language Version :
ActionScript 3.0
Runtime Versions :
Flash Player 10, AIR 1.5
Invalidates any cached formatting information for a TextFlow so that formatting must be recomputed.