blob: 3026e65f8d6413d2f34d5d218bf3b6eb2b8faca4 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.operations.FlowElementOperation",
"baseClassname": "org.apache.royale.textLayout.operations.FlowTextOperation"
,
"description": "The FlowElementOperation class is the base class for operations that transform a FlowElement.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.textLayout.formats.TextLayoutFormat", "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.FlowElementOperation",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates a FlowElementOperation object.",
"tags": [
{ "tagName": "param",
"values": ["operationState Specifies the TextFlow object this operation acts upon.", "targetElement Specifies the element this operation modifies.", "relativeStart An offset from the beginning of the <code>targetElement</code>.", "relativeEnd An offset from the end of the <code>targetElement</code>."]},
{ "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": "targetElement", "type": "org.apache.royale.textLayout.elements.IFlowElement"},
{ "name": "relativeStart", "type": "int"},
{ "name": "relativeEnd", "type": "int"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.elements.IFlowElement",
"qname": "targetElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies the element this operation modifies.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "relativeStart",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "An offset from the beginning of the <code>targetElement</code>.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "relativeEnd",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "An offset from the start of the <code>targetElement</code>.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}