blob: fa75fbacebad0e4b4a7905e824add435d785e245 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.conversion.PlainTextExporter",
"baseClassname": "org.apache.royale.textLayout.conversion.ConverterBase"
,
"description": "Export converter for plain text format. This class provides an alternative to the <code>TextConverter.export()</code> static method for exporting plain text. The PlainTextExporter class's <code>export()</code> method results in the same output string as the <code>TextConverter.export()</code> static method if the two properties of the PlainTextExporter class, the <code>PARAGRAPH_SEPARATOR_PROPERTY</code> and the <code>STRIP_DISCRETIONARY_HYPHENS_PROPERTY</code> properties, contain their default values of <code>&quot;\\n&quot;</code> and <code>true</code>, respectively.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.conversion.PlainTextExporter",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "stripDiscretionaryHyphens",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "@copy IPlainTextExporter#stripDiscretionaryHyphens",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0-"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "paragraphSeparator",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "@copy IPlainTextExporter#paragraphSeparator",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "export",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "@copy ITextExporter#export()",
"return": "Object",
"params": [{ "name": "source", "type": "org.apache.royale.textLayout.elements.ITextFlow"},
{ "name": "conversionType", "type": "String"}]}
]
}