Package com.openhtmltopdf.newtable
Interface TableBox.TableLayout
-
- All Known Implementing Classes:
TableBox.AutoTableLayout
,TableBox.FixedTableLayout
,TableBox.MarginTableLayout
- Enclosing class:
- TableBox
private static interface TableBox.TableLayout
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
calcMinMaxWidth(LayoutContext c)
void
layout(LayoutContext c)
void
reset()
-
-
-
Method Detail
-
calcMinMaxWidth
void calcMinMaxWidth(LayoutContext c)
-
layout
void layout(LayoutContext c)
-
reset
void reset()
-
-