Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableCell
Packages that use RtfTableCell
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of RtfTableCell in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfTableCellModifier and TypeFieldDescriptionprivate final RtfTableCellRtfExtraRowSet.PositionedCell.cellprivate RtfTableCellRtfTableRow.cellMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTableCellModifier and TypeMethodDescription(package private) RtfTableCellRtfExtraRowSet.createExtraCell(int rowIndex, int xOffset, int cellWidth, RtfAttributes parentCellAttributes) create an extra cell to hold content that comes after a nested table in a cell Modified by Boris Poudérous in order to permit the extra cell to have the attributes of its parent cellRtfTableRow.newTableCell(int cellWidth) Close current cell if any and start a new oneRtfTableRow.newTableCell(int cellWidth, RtfAttributes attrs) Close current cell if any and start a new oneRtfTableRow.newTableCellMergedHorizontally(int cellWidth, RtfAttributes attrs) Added by Boris POUDEROUS on 07/02/2002 in order to add an empty cell that is merged with the previous cell.RtfTableRow.newTableCellMergedVertically(int cellWidth, RtfAttributes attrs) Added by Boris POUDEROUS on 07/02/2002 in order to add an empty cell that is merged with the cell above.Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfTableCellModifierConstructorDescription(package private)PositionedCell(RtfTableCell c, int index, int offset)