Uses of Interface
org.apache.fop.render.rtf.rtflib.rtfdoc.IRtfTableContainer
Packages that use IRtfTableContainer
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of IRtfTableContainer in org.apache.fop.render.rtf.rtflib.rtfdoc
Classes in org.apache.fop.render.rtf.rtflib.rtfdoc that implement IRtfTableContainerModifier and TypeClassDescriptionclass
RtfContainer that encloses footers(package private) class
Common code for RtfAfter and RtfBefore.class
The opposite of RtfAfterclass
Models a section in an RTF documentclass
A cell in an RTF table, container for paragraphs, lists, etc.Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type IRtfTableContainerModifierConstructorDescription(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