fop 1.0

Uses of Class
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTextrun

Packages that use RtfTextrun
org.apache.fop.render.rtf.rtflib.rtfdoc Independent subsystem (not specific to FOP) classes that are used to build RTF documents. 
 

Uses of RtfTextrun in org.apache.fop.render.rtf.rtflib.rtfdoc
 

Subclasses of RtfTextrun in org.apache.fop.render.rtf.rtflib.rtfdoc
 class RtfListItem.RtfListItemLabel
          special RtfTextrun that is used as list item label
 

Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfTextrun
 RtfTextrun RtfTableCell.getTextrun()
          Returns the current RtfTextrun object.
 RtfTextrun IRtfTextrunContainer.getTextrun()
          Returns the current RtfTextrun object.
 RtfTextrun RtfFootnote.getTextrun()
           
 RtfTextrun RtfListItem.getTextrun()
          Get the current textrun.
 RtfTextrun RtfListItem.RtfListItemLabel.getTextrun()
          Returns the current RtfTextrun object.
 RtfTextrun RtfSection.getTextrun()
          Returns the current RtfTextrun.
 RtfTextrun RtfHyperLink.getTextrun()
           
static RtfTextrun RtfTextrun.getTextrun(RtfContainer container, java.io.Writer writer, RtfAttributes attrs)
          Adds a new RtfTextrun to the given container if necessary, and returns it.
 

Constructors in org.apache.fop.render.rtf.rtflib.rtfdoc with parameters of type RtfTextrun
RtfHyperLink(RtfTextrun parent, java.io.Writer writer, RtfAttributes attr)
           
 


fop 1.0

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