Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
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, Flash Lite 4 |
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, Flash Lite 4 |
Specifies that the text line is possibly invalid. The Flash runtime 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, Flash Lite 4 |
Specifies that the line is static, and that the connection between the line and the text block has been severed.
public static const VALID:String = "valid"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Specifies that the text line is valid.