fop 0.95

Uses of Interface
org.apache.fop.render.rtf.rtflib.rtfdoc.IRtfTextContainer

Packages that use IRtfTextContainer
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
 interface IRtfHyperLinkContainer
          interface for RtfElements that can contain RtfHyperLinks
 

Classes in org.apache.fop.render.rtf.rtflib.rtfdoc that implement IRtfTextContainer
 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
RtfHyperLink(IRtfTextContainer parent, java.io.Writer writer, java.lang.String str, RtfAttributes attr)
          Default constructor.
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.