blob: 4b2b8fc523e1c6d8c4a49f1aa78520797ee008ed [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.operations.FlowTextOperation",
"baseClassname": "org.apache.royale.textLayout.operations.FlowOperation"
,
"description": "The FlowTextOperation is the base class for operations that transform a range of text.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.textLayout.edit.EditManager"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.operations.FlowTextOperation",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates the FlowTextOperation object. <code>operationState</code> describes the text range to which this operation applies. Otherwise, <code>operationState</code> is used to save the current selection state so that it can be restored when the operation is undone.",
"tags": [
{ "tagName": "param",
"values": ["operationState Specifies the relevant selection. If relevant to the operation, the"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "operationState", "type": "org.apache.royale.textLayout.edit.SelectionState"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "absoluteStart",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The absolute start point of the range of text to which this operation is applied.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "absoluteEnd",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The absolute end point of the range of text to which this operation is applied.",
"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": "originalSelectionState",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The selection state at the start of the operation.",
"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": "",
"tags": [
{ "tagName": "inheritDoc",
"values": []},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "org.apache.royale.textLayout.edit.SelectionState",
"params": []}
]
}