public class RtfNewPage extends RtfElement
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
NEW_PAGE
Constant for a new page
|
document, inHeader, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfNewPage(RtfDocument doc)
Constructs a RtfNewPage
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
write()
Writes a new page
|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocumentpublic RtfNewPage(RtfDocument doc)
doc - The RtfDocument this RtfNewPage belongs topublic byte[] write()
write in interface RtfBasicElementwrite in class RtfElement