Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
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 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies that the line is invalid.
public static const POSSIBLY_INVALID:String = "possiblyInvalid"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies that the text line is possibly invalid. Flash Player uses this validity during rebreaking of a previously broken text
block whose content has not changed. You cannot set this value.
public static const STATIC:String = "static"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
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 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Specifies that the text line is valid.