Uses of Interface
org.apache.fop.render.rtf.rtflib.rtfdoc.IRtfTextContainer
-
Packages that use IRtfTextContainer Package Description org.apache.fop.render.rtf.rtflib.rtfdoc 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.rtfdoc Modifier and Type Interface Description interface
IRtfHyperLinkContainer
Interface for RtfElements that can contain RtfHyperLinks.Classes in org.apache.fop.render.rtf.rtflib.rtfdoc that implement IRtfTextContainer Modifier and Type Class Description class
RtfHyperLink
Creates an hyperlink.class
RtfParagraph
Model of an RTF paragraph, which can contain RTF text elements.Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type IRtfTextContainer Constructor Description RtfHyperLink(IRtfTextContainer parent, java.io.Writer writer, java.lang.String str, RtfAttributes attr)
A constructor.
-