RtfAfter
, RtfBefore
, RtfListItem
, RtfSection
, RtfTableCell
public interface IRtfParagraphContainer
Interface for RtfElements that can contain RtfParagraphs.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
Modifier and Type | Method | Description |
---|---|---|
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
|
RtfParagraph newParagraph() throws java.io.IOException
java.io.IOException
- for I/O problems.RtfParagraph newParagraph(RtfAttributes attr) throws java.io.IOException
attr
- attributes for new paragraphjava.io.IOException
- for I/O problems.Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.