Uses of Class
org.apache.fop.layoutmgr.table.CellPart
Packages that use CellPart
-
Uses of CellPart in org.apache.fop.layoutmgr.table
Fields in org.apache.fop.layoutmgr.table declared as CellPartModifier and TypeFieldDescriptionprivate CellPart[]RowPainter.firstCellPartsprivate CellPart[]RowPainter.lastCellPartsFields in org.apache.fop.layoutmgr.table with type parameters of type CellPartModifier and TypeFieldDescriptionTableContentPosition.cellPartsthe list of CellParts making up this positionMethods in org.apache.fop.layoutmgr.table that return CellPartModifier and TypeMethodDescription(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 CellPartModifierConstructorDescriptionprotectedTableContentPosition(LayoutManager lm, List<CellPart> cellParts, EffRow row) Creates a new TableContentPosition.