info.informatica.doc.style.css.visual.box
Class TableRowBox
java.lang.Object
info.informatica.doc.style.css.visual.box.AbstractCSSBox
info.informatica.doc.style.css.visual.box.TableRowBox
- All Implemented Interfaces:
- TableRow, CSSBox, CSSTableRowBox
public class TableRowBox
- extends AbstractCSSBox
- implements CSSTableRowBox
CSS table row box.
| Methods inherited from class info.informatica.doc.style.css.visual.box.AbstractCSSBox |
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getFontFamily, getFontSize, getFontWeight, getGeneratedSibling, getLeading, getLeading, getLeft, getLineHeight, getLineHeight, getLineHeightCSSValue, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setContainingBlock, setErrorHandler |
| Methods inherited from interface info.informatica.doc.style.css.visual.CSSBox |
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getGeneratedSibling, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setErrorHandler |
TableRowBox
public TableRowBox(CSS2ComputedProperties style)
add
public void add(TableCellBox cell)
iterator
public Iterator<TableCellBox> iterator()
getCells
public CSSTableCellBox[] getCells()
- Specified by:
getCells in interface TableRow
getLast
public TableCellBox getLast()
isEmpty
public boolean isEmpty()
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount in interface TableRow
getContentWidth
public float getContentWidth()
- Specified by:
getContentWidth in interface CSSTableRowBox
computeAutoHeight
public float computeAutoHeight(float containerWidth)
- Specified by:
computeAutoHeight in interface CSSTableRowBox