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. firstCellPartsprivate CellPart[]RowPainter. lastCellPartsFields in org.apache.fop.layoutmgr.table with type parameters of type CellPart Modifier and Type Field Description protected java.util.List<CellPart>TableContentPosition. cellPartsthe list of CellParts making up this positionMethods in org.apache.fop.layoutmgr.table that return CellPart Modifier and Type Method Description (package private) CellPartActiveCell. createCellPart()Creates and returns a CellPart instance for the content of this cell which is included in the next step.Constructor parameters in org.apache.fop.layoutmgr.table with type arguments of type CellPart Constructor Description TableContentPosition(LayoutManager lm, java.util.List<CellPart> cellParts, EffRow row)Creates a new TableContentPosition.
-