Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableRow
Packages that use RtfTableRow
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of RtfTableRow in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfTableRowModifier and TypeFieldDescriptionprivate final RtfTableRow
RtfTableCell.parentRow
private RtfTableRow
RtfTable.row
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTableRowModifier and TypeMethodDescriptionRtfTable.getRow()
RtfTableCell.getRow()
Get the parent row.RtfTable.newTableRow()
Close current row if any and start a new oneRtfTable.newTableRow
(RtfAttributes attrs) Close current row if any and start a new oneMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfTableRowModifier and TypeMethodDescriptionprivate void
RtfExtraRowSet.addRow
(RtfTableRow row, int rowIndex, int xOffset) add all cells of given row to this setConstructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfTableRowModifierConstructorDescription(package private)
RtfTableCell
(RtfTableRow parent, Writer w, int cellWidth, int idNum) Create an RTF element as a child of given container(package private)
RtfTableCell
(RtfTableRow parent, Writer w, int cellWidth, RtfAttributes attrs, int idNum) Create an RTF element as a child of given container