包 | flashx.textLayout.elements |
接口 | public interface IConfiguration |
实现器 | Configuration |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
属性 | 由以下参数定义 | ||
---|---|---|---|
defaultLinkActiveFormat : flashx.textLayout.formats:ITextLayoutFormat [只读]
指定最初适用于文本流中所有链接(LinkElement 对象)的活动字符格式属性。 | IConfiguration | ||
defaultLinkHoverFormat : flashx.textLayout.formats:ITextLayoutFormat [只读]
指定当光标悬停在文本流中的链接 (LinkElement) 上时,应用于该链接的初始字符格式属性。 | IConfiguration | ||
defaultLinkNormalFormat : flashx.textLayout.formats:ITextLayoutFormat [只读]
指定用于文本流中所有 LinkElement 对象的初始链接属性。 | IConfiguration | ||
defaultListMarkerFormat : IListMarkerFormat [只读]
指定最初适用于文本流中所有 ListItem 的活动字符格式属性。 | IConfiguration | ||
enableAccessibility : Boolean [只读]
指定是否启用可访问性支持。 | IConfiguration | ||
flowComposerClass : Class [只读] 指定默认情况下附加到新 TextFlow 对象的流合成器的类型。 | IConfiguration | ||
focusedSelectionFormat : SelectionFormat [只读]
当文本流 (TextFlow) 的窗口具有焦点时,该文本流的初始选择格式 (SelectionFormat)。 | IConfiguration | ||
inactiveSelectionFormat : SelectionFormat [只读]
当文本流 (TextFlow) 的窗口是非活动窗口时,该文本流的初始选择格式 (SelectionFormat)。 | IConfiguration | ||
inlineGraphicResolverFunction : Function [只读] 指定用于解析内联图形元素的回调。 | IConfiguration | ||
manageEnterKey : Boolean [只读]
指定 Enter/Return 键是由 Text Layout Framework 作为文本输入来拆分诸如段落等内容,还是由客户端代码处理。 | IConfiguration | ||
manageTabKey : Boolean [只读]
指定 TAB 键是由 Text Layout Framework 作为文本输入,还是由 Flash Player 或 AIR 处理并将其转换为 Tab 触发的面板事件。 | IConfiguration | ||
overflowPolicy : String [只读]
一种策略,用于确定容器的最后一行是位于容器内,还是溢出到容器外。 | IConfiguration | ||
releaseLineCreationData : Boolean [只读] 要求合成文本的过程在合成每个段落之后释放行创建数据。 | IConfiguration | ||
scrollDragDelay : Number [只读]
指定在一个滚动与下一个滚动之间发生时间延迟,以避免滚动速度过快。 | IConfiguration | ||
scrollDragPixels : Number [只读] 指定当用户通过拖动选择部分来启动自动滚动时,所滚动的默认像素数。 | IConfiguration | ||
scrollMouseWheelMultiplier : Number [只读] 指定鼠标滚轮事件所滚动的默认像素数。 | IConfiguration | ||
scrollPagePercentage : Number [只读]
对于页面滚动,指定所滚动的默认文本流百分比。 | IConfiguration | ||
textFlowInitialFormat : flashx.textLayout.formats:ITextLayoutFormat [只读]
指定文本流(TextFlow 对象)的初始格式 TextLayoutFormat 配置。 | IConfiguration | ||
unfocusedSelectionFormat : SelectionFormat [只读]
当该窗口是活动窗口但 TextFlow 中没有容器具有焦点时,Text Layout Framework 用于绘制选择内容的初始选择格式。 | IConfiguration |
方法 | 由以下参数定义 | ||
---|---|---|---|
创建 IConfiguration 对象的可写入克隆。 | IConfiguration |
defaultLinkActiveFormat | 属性 |
defaultLinkActiveFormat:flashx.textLayout.formats:ITextLayoutFormat
[只读] 语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定最初适用于文本流中所有链接(LinkElement 对象)的活动字符格式属性。对于没有指定这些属性值的新 LinkElement 对象,这些是默认值。
默认值为 null
。
实现
public function get defaultLinkActiveFormat():flashx.textLayout.formats:ITextLayoutFormat
相关 API 元素
defaultLinkHoverFormat | 属性 |
defaultLinkHoverFormat:flashx.textLayout.formats:ITextLayoutFormat
[只读] 语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定当光标悬停在文本流中的链接 (LinkElement) 上时,应用于该链接的初始字符格式属性。对于没有指定这些属性值的新 LinkElement 对象,这些是默认值。
默认值为 null
。
实现
public function get defaultLinkHoverFormat():flashx.textLayout.formats:ITextLayoutFormat
相关 API 元素
defaultLinkNormalFormat | 属性 |
defaultLinkNormalFormat:flashx.textLayout.formats:ITextLayoutFormat
[只读] 语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定用于文本流中所有 LinkElement 对象的初始链接属性。对于没有指定这些属性值的新 LinkElement 对象,这些是默认值。默认常规格式会将链接显示为蓝色并带有下划线。
实现
public function get defaultLinkNormalFormat():flashx.textLayout.formats:ITextLayoutFormat
相关 API 元素
defaultListMarkerFormat | 属性 |
defaultListMarkerFormat:IListMarkerFormat
[只读] 语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定最初适用于文本流中所有 ListItem 的活动字符格式属性。对于没有指定这些属性值的新 ListItemElement 对象,这些是默认值。
默认值为 null
。
实现
public function get defaultListMarkerFormat():IListMarkerFormat
相关 API 元素
enableAccessibility | 属性 |
flowComposerClass | 属性 |
focusedSelectionFormat | 属性 |
focusedSelectionFormat:SelectionFormat
[只读] 语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
当文本流 (TextFlow) 的窗口具有焦点时,该文本流的初始选择格式 (SelectionFormat)。当该窗口是活动窗口,且 TextFlow 中的一个容器具有焦点时,Text Layout Framework 使用 focusedSelectionFormat
来绘制选择内容。如果需要,您可以使用 SelectionManager.focusedSelectionFormat
覆盖此格式。
SelectionFormat 类指定默认值,可以反转文本及其背景的颜色。
实现
public function get focusedSelectionFormat():SelectionFormat
相关 API 元素
inactiveSelectionFormat | 属性 |
inactiveSelectionFormat:SelectionFormat
[只读] 语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
当文本流 (TextFlow) 的窗口是非活动窗口时,该文本流的初始选择格式 (SelectionFormat)。当该窗口是非活动窗口时,Text Layout Framework 使用 inactiveSelectionFormat
来绘制选择内容。如果需要,您可以使用 SelectionManager.inactiveSelectionFormat
覆盖此格式。
如果您不覆盖 unfocusedSelectionFormat
,则使用的 SelectionFormat 值为:
color = 0xffffff
(白色)alpha = 0
blendMode = flash.display.BlendMode.DIFFERENCE
结果是不显示任何选择。
实现
public function get inactiveSelectionFormat():SelectionFormat
相关 API 元素
inlineGraphicResolverFunction | 属性 |
inlineGraphicResolverFunction:Function
[只读] 语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定用于解析内联图形元素的回调。该回调采用 flashx.textLayout.elements.InlineGraphicElement
对象,返回要用作元素的 flashx.textLayout.elements.InlineGraphicElement#source
的值。该回调提供一种机制,该机制延迟提供内联图形元素的源,直到合成内联图形元素前一刻。
注意:仅在已设置 String 类型的占位符源的情况下调用该回调。此外,可多次调用该回调。
实现
public function get inlineGraphicResolverFunction():Function
相关 API 元素
manageEnterKey | 属性 |
manageTabKey | 属性 |
overflowPolicy | 属性 |
releaseLineCreationData | 属性 |
scrollDragDelay | 属性 |
scrollDragPixels | 属性 |
scrollMouseWheelMultiplier | 属性 |
scrollPagePercentage | 属性 |
textFlowInitialFormat | 属性 |
textFlowInitialFormat:flashx.textLayout.formats:ITextLayoutFormat
[只读] 语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
指定文本流(TextFlow 对象)的初始格式 TextLayoutFormat 配置。
默认值为 null
。
实现
public function get textFlowInitialFormat():flashx.textLayout.formats:ITextLayoutFormat
相关 API 元素
unfocusedSelectionFormat | 属性 |
unfocusedSelectionFormat:SelectionFormat
[只读] 语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
当该窗口是活动窗口但 TextFlow 中没有容器具有焦点时,Text Layout Framework 用于绘制选择内容的初始选择格式。如果需要,可以使用 SelectionManager.unfocusedSelectionFormat
覆盖此格式。
如果您不覆盖 unfocusedSelectionFormat
,则使用的 SelectionFormat 值为:
color = 0xffffff
(白色)alpha = 0
blendMode = flash.display.BlendMode.DIFFERENCE
结果是不显示任何选择。
实现
public function get unfocusedSelectionFormat():SelectionFormat
相关 API 元素
clone | () | 方法 |
public function clone():Configuration
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.2, AIR 1.5 |
创建 IConfiguration 对象的可写入克隆。
返回Configuration |
Tue Jun 12 2018, 11:04 AM Z