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.private class
RtfListItem.RtfListItemParagraph
special RtfParagraph that writes list item setup code before its contentclass
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.RtfLineBreak(IRtfTextContainer parent, java.io.Writer w)
Create an RTF paragraph as a child of given container with default attributesRtfText(IRtfTextContainer parent, java.io.Writer w, java.lang.String str, RtfAttributes attr)
Create an RtfText in given IRtfTextContainer.
-