Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableCell
-
Packages that use RtfTableCell Package Description org.apache.fop.render.rtf.rtflib.rtfdoc 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
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTableCell Modifier and Type Method Description RtfTableCellRtfTableRow. newTableCell(int cellWidth)Close current cell if any and start a new oneRtfTableCellRtfTableRow. newTableCell(int cellWidth, RtfAttributes attrs)Close current cell if any and start a new oneRtfTableCellRtfTableRow. 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.RtfTableCellRtfTableRow. 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.
-