RtfElement is the base class for all RTF Element classes
Version:
- Id
- RtfElement.cs,v 1.5 2008/05/16 19:30:14 psoares33 Exp
- Author
- Mark Hall (Mark..nosp@m.Hall.nosp@m.@mail.nosp@m..roo.nosp@m.m3b.e.nosp@m.u)
◆ RtfElement()
| iTextSharp.text.rtf.RtfElement.RtfElement |
( |
RtfDocument |
doc | ) |
|
Constructs a RtfElement belonging to the specified RtfDocument.
- Parameters
-
◆ IntToByteArray()
| byte [] iTextSharp.text.rtf.RtfElement.IntToByteArray |
( |
int |
i | ) |
|
Transforms an integer into its String representation and then returns the bytes of that string.
- Parameters
-
- Returns
- A byte array representing the integer
◆ IsInTable()
| virtual bool iTextSharp.text.rtf.RtfElement.IsInTable |
( |
| ) |
|
|
virtual |
◆ SetInHeader()
| virtual void iTextSharp.text.rtf.RtfElement.SetInHeader |
( |
bool |
inHeader | ) |
|
|
virtual |
◆ SetInTable()
| virtual void iTextSharp.text.rtf.RtfElement.SetInTable |
( |
bool |
inTable | ) |
|
|
virtual |
◆ SetRtfDocument()
| virtual void iTextSharp.text.rtf.RtfElement.SetRtfDocument |
( |
RtfDocument |
doc | ) |
|
|
virtual |
◆ WriteContent()
| abstract void iTextSharp.text.rtf.RtfElement.WriteContent |
( |
Stream |
outp | ) |
|
|
pure virtual |
Writes the element content to the given output stream.
Implements iTextSharp.text.rtf.IRtfBasicElement.
Implemented in iTextSharp.text.rtf.text.RtfSection, iTextSharp.text.rtf.text.RtfPhrase, iTextSharp.text.rtf.text.RtfParagraph, iTextSharp.text.rtf.text.RtfNewPage, iTextSharp.text.rtf.text.RtfChunk, iTextSharp.text.rtf.text.RtfChapter, iTextSharp.text.rtf.text.RtfAnnotation, iTextSharp.text.rtf.table.RtfTable, iTextSharp.text.rtf.table.RtfRow, iTextSharp.text.rtf.table.RtfBorderGroup, iTextSharp.text.rtf.table.RtfBorder, iTextSharp.text.rtf.list.RtfListLevel, iTextSharp.text.rtf.list.RtfListItem, iTextSharp.text.rtf.list.RtfList, iTextSharp.text.rtf.graphic.RtfImage, iTextSharp.text.rtf.document.RtfProtectionSetting, iTextSharp.text.rtf.document.RtfInfoGroup, iTextSharp.text.rtf.document.RtfInfoElement, iTextSharp.text.rtf.document.RtfGenerator, iTextSharp.text.rtf.document.RtfDocumentHeader, iTextSharp.text.rtf.style.RtfStylesheetList, iTextSharp.text.rtf.style.RtfFontList, iTextSharp.text.rtf.style.RtfColorList, iTextSharp.text.rtf.style.RtfColor, iTextSharp.text.rtf.list.RtfPictureList, iTextSharp.text.rtf.list.RtfListTable, iTextSharp.text.rtf.document.RtfPageSetting, iTextSharp.text.rtf.document.RtfDocument, and iTextSharp.text.rtf.document.RtfCodePage.
◆ CLOSE_GROUP
| byte [] iTextSharp.text.rtf.RtfElement.CLOSE_GROUP = {(byte)'}'} |
|
static |
Constant for the end of an rtf group
◆ COMMA_DELIMITER
| byte [] iTextSharp.text.rtf.RtfElement.COMMA_DELIMITER = {(byte)';'} |
|
static |
Constant for a comma delimiter in rtf
◆ DELIMITER
| byte [] iTextSharp.text.rtf.RtfElement.DELIMITER = {(byte)' '} |
|
static |
Constant for a delimiter in rtf
◆ document
| RtfDocument iTextSharp.text.rtf.RtfElement.document = null |
|
protected |
◆ inHeader
| bool iTextSharp.text.rtf.RtfElement.inHeader = false |
|
protected |
◆ inTable
| bool iTextSharp.text.rtf.RtfElement.inTable = false |
|
protected |
◆ OPEN_GROUP
| byte [] iTextSharp.text.rtf.RtfElement.OPEN_GROUP = {(byte)'{'} |
|
static |
Constant for the beginning of a rtf group
◆ TWIPS_FACTOR
| const double iTextSharp.text.rtf.RtfElement.TWIPS_FACTOR = 20 |
|
static |
The factor to use for translating from iText to rtf measurments
The documentation for this class was generated from the following file: