com.lowagie.text.rtf.document
public class RtfCodePage extends RtfElement implements RtfExtendedElement
Version: $Id:RtfCodePage.java 3126 2008-02-07 20:30:46Z hallm $
| Field Summary | |
|---|---|
| static byte[] | ANSI
Constant for ansi encoded rtf documents |
| static byte[] | ANSI_CODEPAGE
Constant for the ansi codepage |
| Constructor Summary | |
|---|---|
| RtfCodePage(RtfDocument doc)
Construct an RtfCodePage
| |
| Method Summary | |
|---|---|
| void | writeContent(OutputStream out)
unused |
| void | writeDefinition(OutputStream result)
Writes the selected codepage |
Parameters: doc The RtfDocument this RtfCodePage belongs to