blob: 03838b383839c89e40e57c83c9e09014e4036cfe [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.operations.ApplyLinkOperation",
"baseClassname": "org.apache.royale.textLayout.operations.FlowTextOperation"
,
"description": "The ApplyLinkOperation class encapsulates a link creation or modification operation.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.textLayout.elements.LinkElement", "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.ApplyLinkOperation",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Creates an ApplyLinkOperation object. the URI of links in the selection are removed. text of any existing links overlapped by the selection, and then apply the change.",
"tags": [
{ "tagName": "param",
"values": ["operationState The text range to which the operation is applied.", "href The URI to be associated with the link. If href is an empty string,", "target The target of the link.", "extendToLinkBoundary Whether to extend the selection to include the entire"]},
{ "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": "href", "type": "String"},
{ "name": "target", "type": "String"},
{ "name": "extendToLinkBoundary", "type": "Boolean"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "href",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The URI to be associated with the link. If href is an empty string, the URI of links in the selection are removed.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "target",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The target of the link.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "extendToLinkBoundary",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Whether to extend the selection to include the entire text of any existing links overlapped by the selection, and then apply the change.",
"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.LinkElement",
"qname": "newLinkElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The LinkElement that was created by doOperation.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 2.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}