org.apache.fop.render.rtf.rtflib.rtfdoc
Interface IRtfParagraphContainer
- RtfAfter, RtfBefore, RtfListItem, RtfSection, RtfTableCell
public interface IRtfParagraphContainer
Interface for RtfElements that can contain RtfParagraphs
- Bertrand Delacretaz bdelacretaz@codeconsult.ch
newParagraph
public RtfParagraph newParagraph()
throws IOException
Close current paragraph, if any, and start a new one with default
attributes.
newParagraph
public RtfParagraph newParagraph(RtfAttributes attr)
throws IOException
Close current paragraph, if any, and start a new one with specified
attributes
attr
- attributes for new paragraph
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.