blob: b4d8df2e4c1bd8d0358c0935202831a3785df57b [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.operations.CreateSubParagraphGroupOperation",
"baseClassname": "org.apache.royale.textLayout.operations.FlowTextOperation"
,
"description": "The CreateSPGEOperation class encapsulates creating a SubPargraphGroupElement",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.operations.CreateSubParagraphGroupOperation",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor. This operation creates a single SubParagraphGroupElement in the first paragraph of the selection range. That paragraph must have at least one character selected the paragraph terminator does not count towards that selection. Specifying the spgeParent creates an SubParagraphGroupElement int he part of the selection range included by that spgeParent.",
"tags": [
{ "tagName": "param",
"values": ["operationState selection over which to apply the operation.", "spgeParent optional parent for the spge element. If not specified one is chosen based on the selection", "spgeFormat optional format to set in the new spge 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": "parent", "type": "org.apache.royale.textLayout.elements.IFlowGroupElement"},
{ "name": "format", "type": "org.apache.royale.textLayout.formats.ITextLayoutFormat"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.elements.IFlowGroupElement",
"qname": "parent",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Specifies the element this operation modifies.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.textLayout.elements.IFlowGroupElement"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.formats.ITextLayoutFormat",
"qname": "format",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Format to be applied to the new SubParagraphGroupElement",
"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.SubParagraphGroupElement",
"qname": "newSubParagraphGroupElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The new SubParagraphGroupElement.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}