包 | flashx.textLayout.conversion |
接口 | public interface IPlainTextExporter extends ITextExporter |
实现器 | PlainTextExporter |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.0, AIR 2.0 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
errors : Vector.<String> [只读]
如果 throwOnError 属性设置为 false(其为默认值),则调用导出器方法后,此属性包含作为字符串的错误消息矢量。 | ITextExporter | ||
paragraphSeparator : String 指定用于分隔段落的字符序列(在文本流的等效纯文本中)。 | IPlainTextExporter | ||
stripDiscretionaryHyphens : Boolean 此属性指示是否应在导出过程中去除文本内的任意连字符。 | IPlainTextExporter | ||
throwOnError : Boolean
throwOnError 属性控制导出器如何处理错误。 | ITextExporter | ||
useClipboardAnnotations : Boolean
useClipboardAnnotations 属性控制导入器是否要处理剪贴板所需的额外信息。 | ITextExporter |
属性详细信息
paragraphSeparator | 属性 |
stripDiscretionaryHyphens | 属性 |
stripDiscretionaryHyphens:Boolean
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10, AIR 1.5 |
此属性指示是否应在导出过程中去除文本内的任意连字符。任意连字符(也称为“软连字符”)指示在必须在两行之间拆分单词的情况下断开单词的位置。任意连字符的 Unicode 字符为 \u00AD
。
如果此属性设置为 true
,则即使位于原始文本中的任意连字符是原始文本的组成部分,这些任意连字符也不会出现在导出的文本中。如果为 false
,则任意连字符将出现在导出的文本中。
实现
public function get stripDiscretionaryHyphens():Boolean
public function set stripDiscretionaryHyphens(value:Boolean):void
Tue Jun 12 2018, 11:04 AM Z