Uses of Class
org.apache.fop.fo.flow.table.TablePart
-
Packages that use TablePart Package Description org.apache.fop.fo.flow.table -
-
Uses of TablePart in org.apache.fop.fo.flow.table
Subclasses of TablePart 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.Methods in org.apache.fop.fo.flow.table that return TablePart Modifier and Type Method Description TablePart
PrimaryGridUnit. getTablePart()
Returns the fo:table-header/footer/body element containing this cell.
-