blob: 5b1e8559e3bf4faddddf4508c5ecfc35c9830be1 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.operations.DeleteTextOperation",
"baseClassname": "org.apache.royale.textLayout.operations.FlowTextOperation"
,
"description": "The DeleteTextOperation class encapsulates the deletion of a range of text.",
"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.DeleteTextOperation",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates a DeleteTextOperation operation. described by <code>operationState</code>. (Set to <code>null</code> to delete the range described by <code>operationState</code>.)",
"tags": [
{ "tagName": "param",
"values": ["operationState The original range of text.", "deleteSelectionState The range of text to delete, if different from the range", "allowMerge Set to <code>true</code> if this operation can be merged with the next or previous operation."]},
{ "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": "deleteSelectionState", "type": "org.apache.royale.textLayout.edit.SelectionState"},
{ "name": "allowMerge", "type": "Boolean"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "allowMerge",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Indicates whether this operation can be merged with operations executed before or after it. <p>Some delete operations, for example, a sequence of backspace keystrokes, can be fruitfully merged into one operation so that undoing the operation reverses the entire sequence.</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.edit.SelectionState",
"qname": "deleteSelectionState",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "deleteSelectionState The range of text to delete",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}