com.lowagie.text.rtf.text
Class RtfNewPage
java.lang.Object
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.text.RtfNewPage
- All Implemented Interfaces:
- RtfBasicElement
public class RtfNewPage
- extends RtfElement
The RtfNewPage creates a new page. INTERNAL CLASS
- Version:
- $Id: RtfNewPage.java 2996 2007-11-20 22:40:36Z hallm $
- Author:
- Mark Hall (mhall@edu.uni-klu.ac.at), Thomas Bickel (tmb99@inode.at)
Field Summary |
static byte[] |
NEW_PAGE
Constant for a new page |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEW_PAGE
public static final byte[] NEW_PAGE
- Constant for a new page
RtfNewPage
public RtfNewPage(RtfDocument doc)
- Constructs a RtfNewPage
- Parameters:
doc
- The RtfDocument this RtfNewPage belongs to
write
public byte[] write()
- Deprecated. As of iText 2.0.6 or earlier, replaced by
writeContent(OutputStream)
, scheduled for removal at or after 2.1.0
- Writes a new page
- Specified by:
write
in interface RtfBasicElement
- Specified by:
write
in class RtfElement
- Returns:
- A byte array with the new page set
writeContent
public void writeContent(OutputStream result)
throws IOException
- Writes a new page
- Specified by:
writeContent
in interface RtfBasicElement
- Overrides:
writeContent
in class RtfElement
- Throws:
IOException