org.jfor.jfor.rtflib.rtfdoc
Interface IRtfParagraphContainer

All Known Implementing Classes:
RtfAfter, RtfAfterBeforeBase, RtfBefore, RtfListItem, RtfSection, RtfTableCell

public interface IRtfParagraphContainer

Interface for RtfElements that can contain RtfParagraphs

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Method Summary
 RtfParagraph newParagraph()
          close current paragraph if any and start a new one with default attributes
 RtfParagraph newParagraph(RtfAttributes attr)
          close current paragraph if any and start a new one with specified attributes
 

Method Detail

newParagraph

RtfParagraph newParagraph()
                          throws java.io.IOException
close current paragraph if any and start a new one with default attributes

Throws:
java.io.IOException

newParagraph

RtfParagraph newParagraph(RtfAttributes attr)
                          throws java.io.IOException
close current paragraph if any and start a new one with specified attributes

Throws:
java.io.IOException