blob: 41fb1c849b7c1d97a53bc2564cd2fc3107e19fd6 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.operations.InsertTextOperation",
"baseClassname": "org.apache.royale.textLayout.operations.FlowTextOperation"
,
"description": "The InsertTextOperation class encapsulates a text insertion operation.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.textLayout.edit.EditManager", "org.apache.royale.textLayout.events.FlowOperationEvent"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.operations.InsertTextOperation",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates an InsertTextOperation object. if different than the range described by <code>operationState</code>.",
"tags": [
{ "tagName": "param",
"values": ["operationState Describes the insertion point or range of text.", "text The string to insert.", "deleteSelectionState Describes the range of text to delete before doing insertion,"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "operationState", "type": "org.apache.royale.textLayout.edit.SelectionState"},
{ "name": "text", "type": "String"},
{ "name": "deleteSelectionState", "type": "org.apache.royale.textLayout.edit.SelectionState"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "text",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The text inserted by this operation.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.edit.SelectionState",
"qname": "deleteSelectionState",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The text deleted by this operation, if any. <p><code>null</code> if no text is deleted.</p>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.formats.ITextLayoutFormat",
"qname": "characterFormat",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The character format applied to the inserted text.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "redo",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Re-executes the operation after it has been undone. <p>This function is called by the edit manager, when necessary.</p>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.textLayout.edit.SelectionState",
"params": []}
]
}