fop 0.95

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

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

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

Methods in org.apache.fop.render.rtf.rtflib.rtfdoc that return RtfParagraph
 RtfParagraph RtfTableCell.newParagraph()
          Start a new paragraph with default attributes after closing current paragraph, list and table
 RtfParagraph RtfSection.newParagraph()
          Close current paragraph if any and start a new one with default attributes
 RtfParagraph RtfListItem.newParagraph()
          Close current paragraph if any and start a new one with default attributes
 RtfParagraph IRtfParagraphContainer.newParagraph()
          Close current paragraph, if any, and start a new one with default attributes.
 RtfParagraph RtfTableCell.newParagraph(RtfAttributes attrs)
          Start a new paragraph after closing current current paragraph, list and table
 RtfParagraph RtfSection.newParagraph(RtfAttributes attrs)
          Start a new paragraph after closing current paragraph, list and table
 RtfParagraph RtfListItem.newParagraph(RtfAttributes attrs)
          Close current paragraph if any and start a new one
 RtfParagraph IRtfParagraphContainer.newParagraph(RtfAttributes attr)
          Close current paragraph, if any, and start a new one with specified attributes
 


fop 0.95

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