| Package | flashx.textLayout.compose | 
| Class | public class FlowDamageType | 
| Inheritance | FlowDamageType  Object | 
| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Public Properties
Public Methods 
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| GEOMETRY : String = "geometry" [static] 
		 Value is used to set the validity property if the line has been invalidated by other lines 
		 moving around. | FlowDamageType | ||
| INVALID : String = "invalid" [static]  
		 Value is used to set the validity property if the text content has changed since the
		 line was originally created. | FlowDamageType | ||
Constant Detail
| GEOMETRY | Constant | 
public static const GEOMETRY:String = "geometry"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
		 Value is used to set the validity property if the line has been invalidated by other lines 
		 moving around. For instance, a line above may have been created, so this line needs to be moved down.
		 The text line might or might not need recreating at the next compose operation. 
		 
		 
See also
| INVALID | Constant | 
public static const INVALID:String = "invalid"| Language Version: | ActionScript 3.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
 
		 Value is used to set the validity property if the text content has changed since the
		 line was originally created. Invalid lines needs to be recreated before they are used for selection
		 or to display the text content changes.
		 
		 
See also
Thu May 20 2010, 02:19 AM -07:00

 Hide Inherited Public Properties
 Hide Inherited Public Properties Show Inherited Public Properties
 Show Inherited Public Properties