Uses of Class
org.apache.fop.fo.flow.table.TableFObj
-
Packages that use TableFObj Package Description org.apache.fop.fo.flow.table -
-
Uses of TableFObj in org.apache.fop.fo.flow.table
Subclasses of TableFObj in org.apache.fop.fo.flow.table Modifier and Type Class Description classTableClass modelling thefo:tableobject.classTableBodyClass modelling thefo:table-bodyobject.classTableCellClass modelling thefo:table-cellobject.classTableCellContainerA common class for fo:table-body and fo:table-row which both can contain fo:table-cell.classTableColumnClass modelling thefo:table-columnobject.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 TableFObj Modifier and Type Method Description (package private) voidGridUnit. integrateBorderSegment(int side, TableFObj parent)For the given side, integrates in the conflict resolution the border segment of the given parent element.(package private) voidGridUnit. integrateBorderSegment(int side, TableFObj parent, boolean withNormal, boolean withLeadingTrailing, boolean withRest)For the given side, integrates in the conflict resolution the border segment of the given parent element.
-