blob: 3bdc3a9230f9aa26dfef174b587c38185b6986e4 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.formats.Float",
"baseClassname": ""
,
"description": "Defines values for the <code>float</code> property of the InlineGraphicElement class.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.textLayout.elements.InlineGrapicElement"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "NONE",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Graphic appears inline in the text (doesn't float)."},
{ "type": "field",
"qname": "LEFT",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Graphic floats on the left side of the text."},
{ "type": "field",
"qname": "RIGHT",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Graphic floats on the right side of the text."},
{ "type": "field",
"qname": "START",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Graphic floats on the leading side of the text (left if paragraph direction is &quot;ltr&quot;, right if paragraph direction is &quot;rtl&quot;)."},
{ "type": "field",
"qname": "END",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Graphic floats on the trailing side of the text (right if paragraph direction is &quot;ltr&quot;, left if paragraph direction is &quot;rtl&quot;)."}]
}