Language version: | ActionScript 3.0
|
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
|
Specifies that the line is invalid.
public static const POSSIBLY_INVALID:String = "possiblyInvalid"
Language version: | ActionScript 3.0
|
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
|
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
|
Specifies that the text line is valid.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00