包 | flashx.textLayout.formats |
类 | public final class Float |
继承 | Float Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
float
属性定义值。
相关 API 元素
flashx.textLayout.elements.InlineGrapicElement
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
END : String = "end" [静态] 图形在文本的结尾浮动(如果段落方向为从左至右,则在右侧;如果段落方向为从右至左,则在左侧)。 | Float | ||
LEFT : String = "left" [静态] 图形在文本的左侧浮动。 | Float | ||
NONE : String = "none" [静态] 图形显示在文本行内(不浮动)。 | Float | ||
RIGHT : String = "right" [静态] 图形在文本的右侧浮动。 | Float | ||
START : String = "start" [静态] 图形在文本的开头浮动(如果段落方向为从左至右,则在左侧;如果段落方向为从右至左,则在右侧)。 | Float |
常量详细信息
END | 常量 |
public static const END:String = "end"
图形在文本的结尾浮动(如果段落方向为从左至右,则在右侧;如果段落方向为从右至左,则在左侧)。
LEFT | 常量 |
public static const LEFT:String = "left"
图形在文本的左侧浮动。
NONE | 常量 |
public static const NONE:String = "none"
图形显示在文本行内(不浮动)。
RIGHT | 常量 |
public static const RIGHT:String = "right"
图形在文本的右侧浮动。
START | 常量 |
public static const START:String = "start"
图形在文本的开头浮动(如果段落方向为从左至右,则在左侧;如果段落方向为从右至左,则在右侧)。
Tue Jun 12 2018, 11:04 AM Z