info.informatica.doc.style.css.visual
Interface CSSTableRowBox

All Superinterfaces:
CSSBox, TableRow
All Known Implementing Classes:
TableRowBox

public interface CSSTableRowBox
extends CSSBox, TableRow

A table row box.

Author:
Carlos Amengual (amengual at informatica.info)

Method Summary
 float computeAutoHeight(float containerWidth)
           
 float getContentWidth()
           
 
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
 
Methods inherited from interface info.informatica.doc.structure.TableRow
getCells, getColumnCount
 

Method Detail

getContentWidth

float getContentWidth()

computeAutoHeight

float computeAutoHeight(float containerWidth)


Copyright © 2011 informatica.info. All Rights Reserved.