Class RtfCodePage
- Namespace
- iTextSharp.text.rtf.document
- Assembly
- iTextSharp.LGPLv2.Core.dll
The RtfCodePage class allows different code pages to be used in the rtf document. Currently always ansi / ansicpg1252 @author Mark Hall (Mark.Hall@mail.room3b.eu)
public class RtfCodePage : RtfElement, IRtfExtendedElement, IRtfBasicElement, IRtfElementInterface
- Inheritance
-
RtfCodePage
- Implements
- Inherited Members
Constructors
RtfCodePage(RtfDocument)
Construct an RtfCodePage
public RtfCodePage(RtfDocument doc)
Parameters
doc
RtfDocumentThe RtfDocument this RtfCodePage belongs to
Methods
WriteContent(Stream)
unused
public override void WriteContent(Stream outp)
Parameters
outp
Stream
WriteDefinition(Stream)
Writes the selected codepage
public virtual void WriteDefinition(Stream outp)
Parameters
outp
Stream