public interface IRtfPageContainer
Interface for RtfElements that can contain RtfText elements.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
Modifier and Type | Method and Description |
---|---|
RtfPage |
newPage(RtfAttributes attrs)
close current text run if any and start a new one with specified attributes
|
RtfPage newPage(RtfAttributes attrs) throws IOException
attrs
- attributes for the new PageIOException
- for I/O problems.Copyright © 2025 Apache Software Foundation. All rights reserved.