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 TypeInterfaceDescriptioninterfaceInterface for RtfElements that can contain RtfHyperLinks.Classes in org.apache.fop.render.rtf.rtflib.rtfdoc that implement IRtfTextContainerModifier and TypeClassDescriptionclassCreates an hyperlink.classModel 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.