包 | flash.text.engine |
类 | public final class LineJustification |
继承 | LineJustification Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
lineJustfication
属性时使用的常量值的枚举。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
ALL_BUT_LAST : String = "allButLast" [静态]
两端对齐最后一行除外的所有行。 | LineJustification | ||
ALL_BUT_MANDATORY_BREAK : String = "allButMandatoryBreak" [静态]
两端对齐最后一行和强制结束的行除外的所有行。 | 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, Flash Lite 4 |
两端对齐最后一行除外的所有行。
ALL_BUT_MANDATORY_BREAK | 常量 |
public static const ALL_BUT_MANDATORY_BREAK:String = "allButMandatoryBreak"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0, Flash Player 13 |
两端对齐最后一行和强制结束的行除外的所有行。
ALL_INCLUDING_LAST | 常量 |
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
两端对齐所有行。
UNJUSTIFIED | 常量 |
public static const UNJUSTIFIED:String = "unjustified"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
不要两端对齐行。
Tue Jun 12 2018, 11:04 AM Z