com.lowagie.text.rtf.text
public class RtfNewPage extends RtfElement
Version: $Id: RtfNewPage.java 3373 2008-05-12 16:21:24Z xlv $
| 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