Class RtfNewPage

java.lang.Object
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.text.RtfNewPage
All Implemented Interfaces:
RtfBasicElement, com.lowagie.text.RtfElementInterface

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 $
  • Field Details

    • NEW_PAGE

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

    • RtfNewPage

      public RtfNewPage(RtfDocument doc)
      Constructs a RtfNewPage
      Parameters:
      doc - The RtfDocument this RtfNewPage belongs to
  • Method Details