TextField.getTextFormat()

可用性

Flash Player 6。

用法

my_txt.getTextFormat()
my_txt.getTextFormat(index)
my_txt.getTextFormat(beginIndex, endIndex)

参数

index 一个整数,指定字符串中的某个字符。

beginIndex、endIndex 整数,指定 my_txt 内文本块的开始和结束位置。

返回

一个对象。

说明

方法;用法 1:返回一个 TextFormat 对象,该对象包含文本字段中所有文本的格式设置信息。在结果 TextFormat 对象中只设置文本字段中所有文本共有的属性。所有混合 型属性(意味着它在文本中的不同位置有不同的值)的值都设置为 null

用法 2:返回一个 TextFormat 对象,该对象包含 index 处文本字段的文本格式的副本。

用法 3:返回一个 TextFormat 对象,该对象包含从 beginIndexendIndex 的文本范围内的格式设置信息。

另请参见

TextField.getNewTextFormat()TextField.setNewTextFormat()
TextField.setTextFormat()