flash.text.engine
public final class JustificationStyle
继承JustificationStyle Inheritance Object

语言版本: ActionScript 3.0
运行时版本: Flash Player 10, AIR 1.5

JustificationStyle 类是用于设置 EastAsianJustifier 类的 justificationStyle 属性的常量值的枚举。这些常量指定用于处理避头尾字符的选项,这些字符是不能出现在行的开头和结尾的日文字符。

另请参见

EastAsianJustifier.justificationStyle


公共属性
 属性定义方
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
 Inherited
指示对象是否已经定义了指定的属性。
Object
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
公共常量
 常量定义方
  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

通过扩展行或压缩行中最能接近所需宽度的那种对齐方式进行对齐。

PUSH_IN_KINSOKU常量 
public static const PUSH_IN_KINSOKU:String = "pushInKinsoku"

语言版本: ActionScript 3.0
运行时版本: Flash Player 10, AIR 1.5

通过在行尾压缩避头尾字符或扩展行(如果没有避头尾字符或空间不足)进行对齐。

PUSH_OUT_ONLY常量 
public static const PUSH_OUT_ONLY:String = "pushOutOnly"

语言版本: ActionScript 3.0
运行时版本: Flash Player 10, AIR 1.5

通过扩展行进行对齐。