包 | flash.text.engine |
类 | public final class JustificationStyle |
继承 | JustificationStyle Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
justificationStyle
属性的常量值的枚举。这些常量指定用于处理避头尾字符的选项,这些字符是不能出现在行的开头和结尾的日文字符。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
PRIORITIZE_LEAST_ADJUSTMENT : String = "prioritizeLeastAdjustment" [静态]
通过扩展行或压缩行中最能接近所需宽度的那种对齐方式进行对齐。 | JustificationStyle | ||
PUSH_IN_KINSOKU : String = "pushInKinsoku" [静态]
通过在行尾压缩避头尾字符或扩展行(如果没有避头尾字符或空间不足)进行对齐。 | JustificationStyle | ||
PUSH_OUT_ONLY : String = "pushOutOnly" [静态]
通过扩展行进行对齐。 | JustificationStyle |
常量详细信息
PRIORITIZE_LEAST_ADJUSTMENT | 常量 |
public static const PRIORITIZE_LEAST_ADJUSTMENT:String = "prioritizeLeastAdjustment"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
通过扩展行或压缩行中最能接近所需宽度的那种对齐方式进行对齐。
PUSH_IN_KINSOKU | 常量 |
public static const PUSH_IN_KINSOKU:String = "pushInKinsoku"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
通过在行尾压缩避头尾字符或扩展行(如果没有避头尾字符或空间不足)进行对齐。
PUSH_OUT_ONLY | 常量 |
public static const PUSH_OUT_ONLY:String = "pushOutOnly"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5, Flash Lite 4 |
通过扩展行进行对齐。
Tue Jun 12 2018, 11:04 AM Z