Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableRow
-
Packages that use RtfTableRow 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 RtfTableRow in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfTableRow Modifier and Type Field Description private RtfTableRowRtfTableCell. parentRowprivate RtfTableRowRtfTable. rowMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTableRow Modifier and Type Method Description RtfTableRowRtfTable. getRow()RtfTableRowRtfTableCell. getRow()Get the parent row.RtfTableRowRtfTable. newTableRow()Close current row if any and start a new oneRtfTableRowRtfTable. 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 RtfTableRow Modifier and Type Method Description private voidRtfExtraRowSet. 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 RtfTableRow Constructor Description RtfTableCell(RtfTableRow parent, java.io.Writer w, int cellWidth, int idNum)Create an RTF element as a child of given containerRtfTableCell(RtfTableRow parent, java.io.Writer w, int cellWidth, RtfAttributes attrs, int idNum)Create an RTF element as a child of given container
-