Uses of Interface
org.apache.fop.render.rtf.rtflib.rtfdoc.IRtfTextContainer
Packages that use IRtfTextContainer
Package
Description
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
-
Uses of IRtfTextContainer in org.apache.fop.render.rtf.rtflib.rtfdoc
Subinterfaces of IRtfTextContainer in org.apache.fop.render.rtf.rtflib.rtfdocModifier and TypeInterfaceDescriptioninterface
Interface for RtfElements that can contain RtfHyperLinks.Classes in org.apache.fop.render.rtf.rtflib.rtfdoc that implement IRtfTextContainerModifier and TypeClassDescriptionclass
Creates an hyperlink.private class
special RtfParagraph that writes list item setup code before its contentclass
Model of an RTF paragraph, which can contain RTF text elements.Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type IRtfTextContainerModifierConstructorDescriptionRtfHyperLink
(IRtfTextContainer parent, Writer writer, String str, RtfAttributes attr) A constructor.(package private)
RtfLineBreak
(IRtfTextContainer parent, Writer w) Create an RTF paragraph as a child of given container with default attributes(package private)
RtfText
(IRtfTextContainer parent, Writer w, String str, RtfAttributes attr) Create an RtfText in given IRtfTextContainer.