blob: 15695c9097165af8a798bae6357b069c4ee64729 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.conversion.PlainTextImporter",
"baseClassname": "org.apache.royale.textLayout.conversion.ConverterBase"
,
"description": "PlainText import converter. Use this to import simple unformatted Unicode text. Newlines will be converted to paragraphs. Using the PlainTextImporter directly is equivalent to calling TextConverter.importToFlow(TextConverter.PLAIN_TEXT_FORMAT).",
"tags": [
{ "tagName": "private",
"values": []} ],
"members": [
{ "type": "field",
"qname": "_config",
"return": "org.apache.royale.textLayout.elements.IConfiguration",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "org.apache.royale.textLayout.conversion.PlainTextImporter",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor",
"return": "",
"params": []}
,
{ "type": "method",
"qname": "importToFlow",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "@copy ITextImporter#importToFlow()",
"return": "org.apache.royale.textLayout.elements.ITextFlow",
"params": [{ "name": "source", "type": "Object"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.elements.IConfiguration",
"qname": "configuration",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The <code>configuration</code> property contains the IConfiguration instance that the importerd needs when creating new ITextFlow instances. This property is initially set to <code>null</code>.",
"tags": [
{ "tagName": "see",
"values": ["ITextFlow constructor"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "importFromString",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Import text content, from an external source, and convert it into a ITextFlow.",
"tags": [
{ "tagName": "param",
"values": ["source source data to convert"]},
{ "tagName": "return",
"values": ["textFlows[] an array of ITextFlow objects that were created from the source."]} ],
"return": "org.apache.royale.textLayout.elements.ITextFlow",
"params": [{ "name": "source", "type": "String"}]}
]
}