com.lowagie.text.rtf.text

Class RtfNewPage

public class RtfNewPage extends RtfElement

The RtfNewPage creates a new page. INTERNAL CLASS

Version: $Id: RtfNewPage.java 3580 2008-08-06 15:52:00Z howard_s $

Author: Mark Hall (Mark.Hall@mail.room3b.eu) Thomas Bickel (tmb99@inode.at)

Field Summary
static byte[]NEW_PAGE
Constant for a new page
Constructor Summary
RtfNewPage(RtfDocument doc)
Constructs a RtfNewPage
Method Summary
voidwriteContent(OutputStream result)
Writes a new page

Field Detail

NEW_PAGE

public static final byte[] NEW_PAGE
Constant for a new page

Constructor Detail

RtfNewPage

public RtfNewPage(RtfDocument doc)
Constructs a RtfNewPage

Parameters: doc The RtfDocument this RtfNewPage belongs to

Method Detail

writeContent

public void writeContent(OutputStream result)
Writes a new page