public interface IRtfParagraphContainer
| Modifier and Type | Method and 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.IOExceptionRtfParagraph newParagraph(RtfAttributes attr) throws java.io.IOException
java.io.IOException