blob: 212cca097d75b1e0cc8aad4783104695ccb1de49 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.formats.BaselineOffset",
"baseClassname": ""
,
"description": "Defines values for the <code>firstBaselineOffset</code> property of the <code>TextLayoutFormat</code> and <code>ContainerFormattedElement</code> classes. Determines the offset from the top inset of the container to the baseline of the first line. Baseline offset may be specified as the ascent of the line, the height of the line, or an auto generated amount. <p> <img src=&quot;../../../images/textLayout_FBO1.jpg&quot; alt=&quot;firstBaselineOffset_1&quot; border=&quot;0&quot;/> <img src=&quot;../../../images/textLayout_FBO2.jpg&quot; alt=&quot;firstBaselineOffset_2&quot; border=&quot;0&quot;/> <img src=&quot;../../../images/textLayout_FBO3.jpg&quot; alt=&quot;firstBaselineOffset_3&quot; border=&quot;0&quot;/> <img src=&quot;../../../images/textLayout_FBO4.jpg&quot; alt=&quot;firstBaselineOffset_4&quot; border=&quot;0&quot;/> </p>",
"tags": [
{ "tagName": "see",
"values": ["TextLayoutFormat#firstBaselineOffset"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "AUTO",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Aligns the ascent of the line with the container top inset.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "ASCENT",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Specifies an offset equal to the ascent of the line, that is, the ascent of the tallest font in the line, accounting for inline graphics as having the bottom of the graphic on the baseline.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "LINE_HEIGHT",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Specifies an offset equal to the height of the line.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}