- All Superinterfaces:
BoxValues
- Enclosing interface:
BoxValues
Sub-interface for tables in the simple box model.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.BoxValues
BoxValues.TableBoxValues
-
Method Summary
Modifier and TypeMethodDescriptionfloat[]
Gets an array with the content width of table columns.Methods inherited from interface io.sf.carte.doc.style.css.BoxValues
fillBoxValues, getBorderBottomWidth, getBorderLeftWidth, getBorderRightWidth, getBorderTopWidth, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getUnitType, getWidth
-
Method Details
-
getColumnsContentWidth
float[] getColumnsContentWidth()Gets an array with the content width of table columns.- Returns:
- the column content widths.
-