Uses of Interface
org.apache.fop.render.rtf.rtflib.rtfdoc.ITableColumnsInfo
Packages that use ITableColumnsInfo
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
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 ITableColumnsInfoModifier and TypeFieldDescriptionprivate ITableColumnsInfo
RtfExtraRowSet.parentITableColumnsInfo
Parent table context (added by Boris Poudérous on july 2002 in order to process nested tables)private ITableColumnsInfo
RtfTable.tableContext
Added 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 ITableColumnsInfoModifier and TypeMethodDescriptionRtfTable.getITableColumnsInfo()
Added by Boris Poudérous on 07/22/2002RtfExtraRowSet.getParentITableColumnsInfo()
Methods in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type ITableColumnsInfoModifier and TypeMethodDescriptionIRtfTableContainer.newTable
(ITableColumnsInfo tc) Close current table, if any, and start a new oneIRtfTableContainer.newTable
(RtfAttributes attrs, ITableColumnsInfo tc) Close current table, if any, and start a new oneRtfAfterBeforeBase.newTable
(ITableColumnsInfo tc) close current table if any and start a new oneRtfAfterBeforeBase.newTable
(RtfAttributes attrs, ITableColumnsInfo tc) close current table if any and start a new oneRtfSection.newTable
(ITableColumnsInfo tc) Start a new table after closing current paragraph, list and tableRtfSection.newTable
(RtfAttributes attrs, ITableColumnsInfo tc) Start a new table after closing current paragraph, list and tableRtfTableCell.newTable
(ITableColumnsInfo tc) Start a new nested table after closing current paragraph, list and tableRtfTableCell.newTable
(RtfAttributes attrs, ITableColumnsInfo tc) Start a new nested table after closing current paragraph, list and tablevoid
RtfExtraRowSet.setParentITableColumnsInfo
(ITableColumnsInfo parentITableColumnsInfo) Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type ITableColumnsInfoModifierConstructorDescription(package private)
RtfTable
(IRtfTableContainer parent, Writer w, ITableColumnsInfo tc) Create an RTF element as a child of given container(package private)
RtfTable
(IRtfTableContainer parent, 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 ITableColumnsInfoModifier and TypeClassDescriptionclass
Used when handling fo:table to hold information to build the table.