com.lowagie.text.rtf.text
public class RtfNewPage extends RtfElement
Version: $Id: RtfNewPage.java 3580 2008-08-06 15:52:00Z howard_s $
Field Summary | |
---|---|
static byte[] | NEW_PAGE
Constant for a new page |
Constructor Summary | |
---|---|
RtfNewPage(RtfDocument doc)
Constructs a RtfNewPage
|
Method Summary | |
---|---|
void | writeContent(OutputStream result)
Writes a new page |
Parameters: doc The RtfDocument this RtfNewPage belongs to