Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTable
-
Packages that use RtfTable 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 RtfTable in org.apache.fop.render.rtf.rtflib.rtfdoc
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as RtfTable Modifier and Type Field Description private RtfTableRtfAfterBeforeBase. tableprivate RtfTableRtfSection. tableprivate RtfTableRtfTableCell. tableMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTable Modifier and Type Method Description RtfTableRtfTableRow. getTable()RtfTableIRtfTableContainer. newTable(ITableColumnsInfo tc)Close current table, if any, and start a new oneRtfTableIRtfTableContainer. newTable(RtfAttributes attrs, ITableColumnsInfo tc)Close current table, if any, and start a new oneRtfTableRtfAfterBeforeBase. newTable(ITableColumnsInfo tc)close current table if any and start a new oneRtfTableRtfAfterBeforeBase. newTable(RtfAttributes attrs, ITableColumnsInfo tc)close current table if any and start a new oneRtfTableRtfSection. newTable(ITableColumnsInfo tc)Start a new table after closing current paragraph, list and tableRtfTableRtfSection. newTable(RtfAttributes attrs, ITableColumnsInfo tc)Start a new table after closing current paragraph, list and tableRtfTableRtfTableCell. newTable(ITableColumnsInfo tc)Start a new nested table after closing current paragraph, list and tableRtfTableRtfTableCell. newTable(RtfAttributes attrs, ITableColumnsInfo tc)Start a new nested table after closing current paragraph, list and tableMethods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfTable Modifier and Type Method Description (package private) intRtfExtraRowSet. addTable(RtfTable tbl, int rowIndex, int xOffset)Add all cells of given Table to this set for later rendering in extra rowsprivate voidRtfTableRow. adjustBorderProperties(RtfTable parentTable)Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfTable Constructor Description RtfTableRow(RtfTable parent, java.io.Writer w, int idNum)Create an RTF element as a child of given containerRtfTableRow(RtfTable parent, java.io.Writer w, RtfAttributes attrs, int idNum)Create an RTF element as a child of given container
-