Uses of Class
org.apache.fop.fo.flow.table.TableCellContainer
-
Packages that use TableCellContainer Package Description org.apache.fop.fo.flow.table -
-
Uses of TableCellContainer in org.apache.fop.fo.flow.table
Subclasses of TableCellContainer in org.apache.fop.fo.flow.table Modifier and Type Class Description class
TableBody
Class modelling thefo:table-body
object.class
TableFooter
Class modelling thefo:table-footer
object.class
TableHeader
Class modelling thefo:table-header
object.class
TablePart
An abstract base class modelling a TablePart (i.e.class
TableRow
Class modelling thefo:table-row
object.Methods in org.apache.fop.fo.flow.table with parameters of type TableCellContainer Modifier and Type Method Description void
BorderResolver. endRow(java.util.List<GridUnit> row, TableCellContainer container)
Receives notification of the end of a row.void
CollapsingBorderResolver. endRow(java.util.List<GridUnit> row, TableCellContainer container)
Receives notification of the end of a row.(package private) void
CollapsingBorderResolver.Resolver. endRow(java.util.List<GridUnit> row, TableCellContainer container)
Resolves the applicable borders for the given row.(package private) void
CollapsingBorderResolver.ResolverInBody. endRow(java.util.List<GridUnit> row, TableCellContainer container)
(package private) void
CollapsingBorderResolver.ResolverInFooter. endRow(java.util.List<GridUnit> row, TableCellContainer container)
(package private) void
CollapsingBorderResolver.ResolverInHeader. endRow(java.util.List<GridUnit> row, TableCellContainer container)
void
SeparateBorderResolver. endRow(java.util.List row, TableCellContainer container)
Receives notification of the end of a row.private void
FixedColRowGroupBuilder. handleRowEnd(TableCellContainer container)
-