public class RtfNewPage extends RtfElement
Modifier and Type | Field and Description |
---|---|
private static byte[] |
NEW_PAGE
Constant for a new page
|
document, inHeader, inTable
CLOSE_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, setRtfDocument
public RtfNewPage(RtfDocument doc)
doc
- The RtfDocument this RtfNewPage belongs topublic byte[] write()
write
in interface RtfBasicElement
write
in class RtfElement