com.lowagie.text.rtf.document
public class RtfCodePage extends RtfElement implements RtfExtendedElement
Version: $Id: RtfCodePage.java 2808 2007-05-30 10:58:16Z psoares33 $
| 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 | |
|---|---|
| byte[] | write()
unused |
| void | writeContent(OutputStream out)
unused |
| byte[] | writeDefinition()
Writes the selected codepage to a byte array
|
| void | writeDefinition(OutputStream result)
Writes the selected codepage |
Parameters: doc The RtfDocument this RtfCodePage belongs to
Deprecated: replaced by writeContent
unusedDeprecated: replaced by writeDefinition
Writes the selected codepage to a byte arrayReturns: Byte array with the current codepage