|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITableColumnsInfo | |
---|---|
org.apache.fop.render.rtf.rtflib.rtfdoc | Independent subsystem (not specific to FOP) classes that are used to build RTF documents. |
org.apache.fop.render.rtf.rtflib.tools | Utility classes used in RTF file generation. |
Uses of ITableColumnsInfo in org.apache.fop.render.rtf.rtflib.rtfdoc |
---|
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return ITableColumnsInfo | |
---|---|
ITableColumnsInfo |
RtfTable.getITableColumnsInfo()
Added by Boris Poud??rous on 07/22/2002 |
ITableColumnsInfo |
RtfExtraRowSet.getParentITableColumnsInfo()
|
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type ITableColumnsInfo | |
---|---|
RtfTable |
RtfTableCell.newTable(ITableColumnsInfo tc)
Start a new nested table after closing current paragraph, list and table |
RtfTable |
RtfSection.newTable(ITableColumnsInfo tc)
Start a new table after closing current paragraph, list and table |
RtfTable |
IRtfTableContainer.newTable(ITableColumnsInfo tc)
Close current table, if any, and start a new one |
RtfTable |
RtfTableCell.newTable(RtfAttributes attrs,
ITableColumnsInfo tc)
Start a new nested table after closing current paragraph, list and table |
RtfTable |
RtfSection.newTable(RtfAttributes attrs,
ITableColumnsInfo tc)
Start a new table after closing current paragraph, list and table |
RtfTable |
IRtfTableContainer.newTable(RtfAttributes attrs,
ITableColumnsInfo tc)
Close current table, if any, and start a new one |
void |
RtfExtraRowSet.setParentITableColumnsInfo(ITableColumnsInfo parentITableColumnsInfo)
|
Uses of ITableColumnsInfo in org.apache.fop.render.rtf.rtflib.tools |
---|
Classes in org.apache.fop.render.rtf.rtflib.tools that implement ITableColumnsInfo | |
---|---|
class |
TableContext
Used when handling fo:table to hold information to build the table. |
|
fop 0.95 | |||||||||
PREV NEXT | FRAMES NO FRAMES |