Uses of Interface
org.apache.fop.render.rtf.rtflib.rtfdoc.ITableColumnsInfo
-
Packages that use ITableColumnsInfo Package Description 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
Fields in org.apache.fop.render.rtf.rtflib.rtfdoc declared as ITableColumnsInfo Modifier and Type Field Description private ITableColumnsInfoRtfExtraRowSet. parentITableColumnsInfoParent table context (added by Boris Poudérous on july 2002 in order to process nested tables)private ITableColumnsInfoRtfTable. tableContextAdded by Boris Poudérous on 07/22/2002 in order to process number-columns-spanned attributeMethods in org.apache.fop.render.rtf.rtflib.rtfdoc that return ITableColumnsInfo Modifier and Type Method Description ITableColumnsInfoRtfTable. getITableColumnsInfo()Added by Boris Poudérous on 07/22/2002ITableColumnsInfoRtfExtraRowSet. getParentITableColumnsInfo()Methods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type ITableColumnsInfo Modifier and Type Method Description 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 tablevoidRtfExtraRowSet. setParentITableColumnsInfo(ITableColumnsInfo parentITableColumnsInfo)Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type ITableColumnsInfo Constructor Description RtfTable(IRtfTableContainer parent, java.io.Writer w, ITableColumnsInfo tc)Create an RTF element as a child of given containerRtfTable(IRtfTableContainer parent, java.io.Writer w, RtfAttributes attrs, ITableColumnsInfo tc)Create an RTF element as a child of given container Modified by Boris Poudérous in order to process 'number-columns-spanned' attribute -
Uses of ITableColumnsInfo in org.apache.fop.render.rtf.rtflib.tools
Classes in org.apache.fop.render.rtf.rtflib.tools that implement ITableColumnsInfo Modifier and Type Class Description classTableContextUsed when handling fo:table to hold information to build the table.
-