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 RtfTable
RtfAfterBeforeBase. table
private RtfTable
RtfSection. table
private RtfTable
RtfTableCell. table
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTable Modifier and Type Method Description RtfTable
RtfTableRow. getTable()
RtfTable
IRtfTableContainer. newTable(ITableColumnsInfo tc)
Close current table, if any, and start a new oneRtfTable
IRtfTableContainer. newTable(RtfAttributes attrs, ITableColumnsInfo tc)
Close current table, if any, and start a new oneRtfTable
RtfAfterBeforeBase. newTable(ITableColumnsInfo tc)
close current table if any and start a new oneRtfTable
RtfAfterBeforeBase. newTable(RtfAttributes attrs, ITableColumnsInfo tc)
close current table if any and start a new oneRtfTable
RtfSection. newTable(ITableColumnsInfo tc)
Start a new table after closing current paragraph, list and tableRtfTable
RtfSection. newTable(RtfAttributes attrs, ITableColumnsInfo tc)
Start a new table after closing current paragraph, list and tableRtfTable
RtfTableCell. newTable(ITableColumnsInfo tc)
Start a new nested table after closing current paragraph, list and tableRtfTable
RtfTableCell. 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) int
RtfExtraRowSet. addTable(RtfTable tbl, int rowIndex, int xOffset)
Add all cells of given Table to this set for later rendering in extra rowsprivate void
RtfTableRow. 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
-