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 java.io.IOException
attrs
- attributes for the new Pagejava.io.IOException
- for I/O problems.Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.