| Package | flash.text.engine |
| Class | public final class TextLineValidity |
| Inheritance | TextLineValidity Object |
validity property
of the TextLine class.
See also
| Constant | Defined By | ||
|---|---|---|---|
| INVALID : String = "invalid" [static]
Specifies that the line is invalid. | TextLineValidity | ||
| POSSIBLY_INVALID : String = "possiblyInvalid" [static]
Specifies that the text line is possibly invalid. | TextLineValidity | ||
| STATIC : String = "static" [static]
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. | TextLineValidity | ||
| VALID : String = "valid" [static]
Specifies that the text line is valid. | TextLineValidity | ||
| INVALID | Constant |
public static const INVALID:String = "invalid"Specifies that the line is invalid.
| POSSIBLY_INVALID | Constant |
public static const POSSIBLY_INVALID:String = "possiblyInvalid"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.
| STATIC | Constant |
public static const STATIC:String = "static"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.
| VALID | Constant |
public static const VALID:String = "valid"Specifies that the text line is valid.