public interface IRtfParagraphContainer
Interface for RtfElements that can contain RtfParagraphs.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
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 IOException
IOException
- for I/O problems.RtfParagraph newParagraph(RtfAttributes attr) throws IOException
attr
- attributes for new paragraphIOException
- for I/O problems.Copyright © 2025 Apache Software Foundation. All rights reserved.