运行时版本: | Flash Player 10, AIR 1.5 |
BreakOpportunity 类是可用于设置 ElementFormat 类的
breakOpportunity
属性的常量值的枚举。此属性确定在将换行文本分为多行时可用于断行的字符。
public static const ALL:String = "all"
运行时版本: | Flash Player 10, AIR 1.5 |
ContentElement 对象中的所有字符均强制换行。可以使用此选项生成可能最短的行,这些行可用于在行上创建文本或类似效果。
public static const ANY:String = "any"
运行时版本: | Flash Player 10, AIR 1.5 |
ContentElement 对象中的任何字符均可换行。此值通常用于亚洲文字中嵌入罗马文字并需要在文字的中间换行的场合。
public static const AUTO:String = "auto"
运行时版本: | Flash Player 10, AIR 1.5 |
基于 Unicode 字符属性进行换行。此设置将实现 Unicode Standard Annex #14 所定义的 Unicode 换行属性。
另请参见
public static const NONE:String = "none"
运行时版本: | Flash Player 10, AIR 1.5 |
ContentElement 对象中的任何字符均不可换行。
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Sun Dec 14 2008, 10:39 PM -08:00