Uses of Class
org.apache.fop.layoutmgr.table.CellPart
-
Packages that use CellPart Package Description org.apache.fop.layoutmgr.table Layout managers for tables. -
-
Uses of CellPart in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as CellPart Modifier and Type Field Description private CellPart[]
RowPainter. firstCellParts
private CellPart[]
RowPainter. lastCellParts
Methods in org.apache.fop.layoutmgr.table that return CellPart Modifier and Type Method Description (package private) CellPart
ActiveCell. createCellPart()
Creates and returns a CellPart instance for the content of this cell which is included in the next step.
-