Class RtfCodePage

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

public class RtfCodePage extends RtfElement implements RtfExtendedElement
The RtfCodePage class allows different code pages to be used in the rtf document. Currently always ansi / ansicpg1252
Version:
$Id:RtfCodePage.java 3126 2008-02-07 20:30:46Z hallm $
  • Field Details

    • ANSI

      private static final byte[] ANSI
      Constant for ansi encoded rtf documents
    • ANSI_CODEPAGE

      private static final byte[] ANSI_CODEPAGE
      Constant for the ansi codepage
  • Constructor Details

    • RtfCodePage

      public RtfCodePage(RtfDocument doc)
      Construct an RtfCodePage
      Parameters:
      doc - The RtfDocument this RtfCodePage belongs to
  • Method Details