包 | flash.text.engine |
类 | public final class LineJustification |
继承 | LineJustification Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
lineJustfication
属性时使用的常量值的枚举。
另请参见
常量 | 定义方 | ||
---|---|---|---|
ALL_BUT_LAST : String = "allButLast" [静态] 指示文本引擎将最后一行以外的所有行对齐。 | LineJustification | ||
ALL_INCLUDING_LAST : String = "allIncludingLast" [静态] 指示文本引擎对齐所有行。 | LineJustification | ||
UNJUSTIFIED : String = "unjustified" [静态] 指示文本引擎生成不对齐的行。 | LineJustification |
ALL_BUT_LAST | 常量 |
public static const ALL_BUT_LAST:String = "allButLast"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指示文本引擎将最后一行以外的所有行对齐。
ALL_INCLUDING_LAST | 常量 |
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指示文本引擎对齐所有行。
UNJUSTIFIED | 常量 |
public static const UNJUSTIFIED:String = "unjustified"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指示文本引擎生成不对齐的行。