blob: 57384cff31ecbfc242ff004b8582be241967530c [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.textLayout.elements.TableCellElement",
"baseClassname": "org.apache.royale.textLayout.elements.TableFormattedElement"
,
"description": "TableCellElement is an item in a TableElement. It most commonly contains one or more ParagraphElement objects.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.textLayout.elements.TableCellElement",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "className",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "Boolean",
"qname": "abstract",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "@private"},
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "defaultTypeName",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "@private"},
{ "type": "method",
"qname": "isDamaged",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Boolean",
"params": []}
,
{ "type": "method",
"qname": "compose",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Boolean",
"params": []}
,
{ "type": "method",
"qname": "update",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Boolean",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "parcelIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "rowIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "colIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "field",
"qname": "_textFlow",
"return": "org.apache.royale.textLayout.elements.ITextFlow",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.textLayout.elements.ITextFlow",
"qname": "textFlow",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.textLayout.container.IContainerController",
"qname": "controller",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "enableIME",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.textLayout.elements.CellContainer",
"qname": "container",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "width",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Gets the width."},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "height",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the height of the cell."},
{ "type": "method",
"qname": "getComposedHeight",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Number",
"params": []}
,
{ "type": "method",
"qname": "getRowHeight",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Number",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "uint",
"qname": "rowSpan",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "uint",
"qname": "columnSpan",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "updateCompositionShapes",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "getRow",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Return the row that this cell is part of or null if not part of a row.",
"return": "org.apache.royale.textLayout.elements.ITableRowElement",
"params": []}
,
{ "type": "method",
"qname": "getNextCell",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the next cell in the table or null if not part of a table or no cells exist after this cell.",
"return": "org.apache.royale.textLayout.elements.ITableCellElement",
"params": []}
,
{ "type": "method",
"qname": "getPreviousCell",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns the previous cell in the table or null if not part of a table or no cells exist before this cell.",
"return": "org.apache.royale.textLayout.elements.ITableCellElement",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "x",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Number",
"qname": "y",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "method",
"qname": "damage",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "getTotalPaddingWidth",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Adds in the table cell spacing, border stroke width. We may be able to set this value when the format changes. For now we just want to get it to work.",
"return": "Number",
"params": []}
,
{ "type": "method",
"qname": "getTotalPaddingHeight",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Adds in the table cell spacing, border stroke height. We may be able to set this value when the format changes.",
"return": "Number",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "includeDescentInCellBounds",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}}]
}