org.apache.fop.render.rtf.rtflib.rtfdoc
Interface IRtfParagraphContainer
- All Known Implementing Classes:
- org.apache.fop.render.rtf.rtflib.rtfdoc.RtfAfterBeforeBase, RtfTableCell, RtfSection, RtfListItem
- public interface IRtfParagraphContainer
Interface for RtfElements that can contain RtfParagraphs
- Author:
- Bertrand Delacretaz bdelacretaz@codeconsult.ch
newParagraph
public RtfParagraph newParagraph()
throws java.io.IOException
- Close current paragraph, if any, and start a new one with default
attributes.
- Returns:
- new paragraph object
- Throws:
java.io.IOException
- for I/O problems.
newParagraph
public RtfParagraph newParagraph(RtfAttributes attr)
throws java.io.IOException
- Close current paragraph, if any, and start a new one with specified
attributes
- Parameters:
attr
- attributes for new paragraph- Returns:
- new paragraph object
- Throws:
java.io.IOException
- for I/O problems.
Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.