| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
The TextLineValidity class is an enumeration of constant values for setting the
validity property
of the TextLine class.
public static const INVALID:String = "invalid"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Specifies that the line is invalid.
public static const POSSIBLY_INVALID:String = "possiblyInvalid"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Specifies that the text line is possibly invalid. Flash Player uses this validity during re-breaking of a previously broken text
block whose content has not changed. This value cannot be set by user code.
public static const STATIC:String = "static"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Specifies that the line is static, and that the connection between the line and the text block has been severed,
and the atom data that is unnecessary for rendering has been discarded.
public static const VALID:String = "valid"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Specifies that the text line is valid.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Tue May 20 2008, 04:02 AM -07:00