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 classTableBodyClass modelling thefo:table-bodyobject.classTableFooterClass modelling thefo:table-footerobject.classTableHeaderClass modelling thefo:table-headerobject.classTablePartAn abstract base class modelling a TablePart (i.e.classTableRowClass modelling thefo:table-rowobject.Methods in org.apache.fop.fo.flow.table with parameters of type TableCellContainer Modifier and Type Method Description voidBorderResolver. endRow(java.util.List<GridUnit> row, TableCellContainer container)Receives notification of the end of a row.voidCollapsingBorderResolver. endRow(java.util.List<GridUnit> row, TableCellContainer container)Receives notification of the end of a row.(package private) voidCollapsingBorderResolver.Resolver. endRow(java.util.List<GridUnit> row, TableCellContainer container)Resolves the applicable borders for the given row.(package private) voidCollapsingBorderResolver.ResolverInBody. endRow(java.util.List<GridUnit> row, TableCellContainer container)(package private) voidCollapsingBorderResolver.ResolverInFooter. endRow(java.util.List<GridUnit> row, TableCellContainer container)(package private) voidCollapsingBorderResolver.ResolverInHeader. endRow(java.util.List<GridUnit> row, TableCellContainer container)voidSeparateBorderResolver. endRow(java.util.List row, TableCellContainer container)Receives notification of the end of a row.private voidFixedColRowGroupBuilder. handleRowEnd(TableCellContainer container)
-