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