blob: 2e61a68e13885f6be452c2b9fa208e3ea052662f [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.operations.SplitElementOperation",
"baseClassname": "org.apache.royale.textLayout.operations.FlowTextOperation"
,
"description": "The SplitElementOperation class encapsulates a change that splits any IFlowGroupElement into two elements. This operation splits target at operationState.absoluteStart.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.textLayout.elements.ParagraphElement", "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.SplitElementOperation",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates a SplitElementOperation object. This operation deletes a block selection and then splits the target at absoluteStart. The block selection should not cause target to be deleted. Target is a IFlowGroupElement but may not be a LinkElement, TCYElement or SubParagraphGroupElement. If a range of text is specified, the contents of the range are deleted.",
"tags": [
{ "tagName": "param",
"values": ["operationState Describes the point at which to split the element."]},
{ "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.IFlowGroupElement"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.elements.IFlowGroupElement",
"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-only",
"return": "org.apache.royale.textLayout.elements.IFlowGroupElement",
"qname": "newElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the new element created by doOperation.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}