blob: adae764d4828b9f0e51dea0239fcb5a71b2af2fa [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.textLayout.formats.ITabStopFormat",
"description": "This interface provides read access to tab stop-related properties.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "getStyle",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return the value of the style specified by the <code>styleProp</code> parameter which specifies the style name. accessed. Returns <code>undefined</code> if the style is not set.",
"tags": [
{ "tagName": "param",
"values": ["styleProp The name of the style whose value is to be retrieved."]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "return",
"values": ["The value of the specified style. The type varies depending on the type of the style being"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "*",
"params": [{ "name": "styleName", "type": "String"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "*",
"qname": "position",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The position of the tab stop, in pixels, relative to the start edge of the column. <p>Legal values are numbers from 0 to 10000 and FormatValue.INHERIT.</p> <p>Default value is undefined indicating not set.</p> <p>If undefined during the cascade this property will have a value of 0.</p>",
"tags": [
{ "tagName": "see",
"values": ["FormatValue#INHERIT"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "throws",
"values": ["RangeError when set value is not within range for this property"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "*",
"qname": "alignment",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The tab alignment for this tab stop. <p>Legal values are TabAlignment.START, TabAlignment.CENTER, TabAlignment.END, TabAlignment.DECIMAL, FormatValue.INHERIT.</p> <p>Default value is undefined indicating not set.</p> <p>If undefined during the cascade this property will have a value of TabAlignment.START.</p>",
"tags": [
{ "tagName": "see",
"values": ["FormatValue#INHERIT", "org.apache.royale.text.engine.TabAlignment"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "throws",
"values": ["RangeError when set value is not within range for this property"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "*",
"qname": "decimalAlignmentToken",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The alignment token to be used if the alignment is DECIMAL. <p>Default value is undefined indicating not set.</p> <p>If undefined during the cascade this property will have a value of null.</p>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "throws",
"values": ["RangeError when set value is not within range for this property"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}