|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RtfDocument in com.lowagie.text.rtf |
|---|
| Fields in com.lowagie.text.rtf declared as RtfDocument | |
|---|---|
protected RtfDocument |
RtfAddableElement.doc
The RtfDocument this RtfAddableElement belongs to. |
protected RtfDocument |
RtfElement.document
The RtfDocument this RtfElement belongs to |
| Methods in com.lowagie.text.rtf with parameters of type RtfDocument | |
|---|---|
void |
RtfElement.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs to |
void |
RtfBasicElement.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs to |
void |
RtfAddableElement.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfAddableElement belongs to. |
| Constructors in com.lowagie.text.rtf with parameters of type RtfDocument | |
|---|---|
RtfElement(RtfDocument doc)
Constructs a RtfElement belonging to the specified RtfDocument. |
|
RtfMapper(RtfDocument doc)
Constructs a RtfMapper for a RtfDocument |
|
| Uses of RtfDocument in com.lowagie.text.rtf.document |
|---|
| Constructors in com.lowagie.text.rtf.document with parameters of type RtfDocument | |
|---|---|
RtfCodePage(RtfDocument doc)
Construct an RtfCodePage |
|
RtfDocumentHeader(RtfDocument doc)
Constructs a RtfDocumentHeader for a RtfDocument |
|
RtfDocumentSettings(RtfDocument document)
Constructs a new RtfDocumentSettings object. |
|
RtfGenerator(RtfDocument doc)
Constructs a RtfGenerator belonging to a RtfDocument |
|
RtfInfoElement(RtfDocument doc,
Meta meta)
Constructs a RtfInfoElement based on the given Meta object |
|
RtfInfoGroup(RtfDocument doc)
Constructs a RtfInfoGroup belonging to a RtfDocument |
|
RtfPageSetting(RtfDocument doc)
Constructs a new RtfPageSetting object belonging to a RtfDocument. |
|
RtfProtectionSetting(RtfDocument doc)
Constructs a RtfProtectionSetting belonging to a RtfDocument |
|
| Uses of RtfDocument in com.lowagie.text.rtf.field |
|---|
| Fields in com.lowagie.text.rtf.field declared as RtfDocument | |
|---|---|
protected RtfDocument |
RtfField.document
The RtfDocument this RtfField belongs to |
| Methods in com.lowagie.text.rtf.field with parameters of type RtfDocument | |
|---|---|
void |
RtfField.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs to |
| Constructors in com.lowagie.text.rtf.field with parameters of type RtfDocument | |
|---|---|
RtfAnchor(RtfDocument doc,
Anchor anchor)
Constructs a RtfAnchor based on a RtfField |
|
RtfField(RtfDocument doc)
Constructs a RtfField for a RtfDocument. |
|
RtfField(RtfDocument doc,
Font font)
Constructs a RtfField for a RtfDocument. |
|
RtfPageNumber(RtfDocument doc)
Constructs a RtfPageNumber object. |
|
RtfPageNumber(RtfDocument doc,
Font font)
Constructs a RtfPageNumber object with a specific font. |
|
RtfTotalPageNumber(RtfDocument doc)
Constructs a RtfTotalPageNumber object. |
|
RtfTotalPageNumber(RtfDocument doc,
Font font)
Constructs a RtfTotalPageNumber object with a specific font. |
|
| Uses of RtfDocument in com.lowagie.text.rtf.graphic |
|---|
| Constructors in com.lowagie.text.rtf.graphic with parameters of type RtfDocument | |
|---|---|
RtfImage(RtfDocument doc,
Image image)
Constructs a RtfImage for an Image. |
|
| Uses of RtfDocument in com.lowagie.text.rtf.headerfooter |
|---|
| Methods in com.lowagie.text.rtf.headerfooter with parameters of type RtfDocument | |
|---|---|
void |
RtfHeaderFooterGroup.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs to |
void |
RtfHeaderFooter.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs to |
| Constructors in com.lowagie.text.rtf.headerfooter with parameters of type RtfDocument | |
|---|---|
RtfHeaderFooter(RtfDocument doc,
HeaderFooter headerFooter)
Constructs a RtfHeaderFooter for a HeaderFooter. |
|
RtfHeaderFooter(RtfDocument doc,
HeaderFooter headerFooter,
int type,
int displayAt)
Constructs a RtfHeaderFooter based on a HeaderFooter with a certain type and displayAt location. |
|
RtfHeaderFooter(RtfDocument doc,
RtfHeaderFooter headerFooter,
int displayAt)
Constructs a RtfHeaderFooter as a copy of an existing RtfHeaderFooter. |
|
RtfHeaderFooterGroup(RtfDocument doc,
HeaderFooter headerFooter,
int type)
Constructs a RtfHeaderGroup for a certain HeaderFooter |
|
RtfHeaderFooterGroup(RtfDocument doc,
int type)
Constructs a certain type of RtfHeaderFooterGroup. |
|
RtfHeaderFooterGroup(RtfDocument doc,
RtfHeaderFooterGroup headerFooter,
int type)
Constructs a RtfHeaderFooterGroup by copying the content of the original RtfHeaderFooterGroup |
|
RtfHeaderFooterGroup(RtfDocument doc,
RtfHeaderFooter headerFooter,
int type)
Constructs a RtfHeaderFooterGroup for a certain RtfHeaderFooter. |
|
| Uses of RtfDocument in com.lowagie.text.rtf.list |
|---|
| Methods in com.lowagie.text.rtf.list with parameters of type RtfDocument | |
|---|---|
void |
RtfList.setDocument(RtfDocument doc)
Set the document. |
| Constructors in com.lowagie.text.rtf.list with parameters of type RtfDocument | |
|---|---|
RtfList(RtfDocument doc)
Constructs an empty RtfList object. |
|
RtfList(RtfDocument doc,
List list)
Constructs a new RtfList for the specified List. |
|
RtfListItem(RtfDocument doc,
ListItem listItem)
Constructs a RtfListItem for a ListItem belonging to a RtfDocument. |
|
RtfListLevel(RtfDocument doc)
|
|
RtfListLevel(RtfDocument doc,
RtfList parent)
|
|
RtfListTable(RtfDocument doc)
Constructs a RtfListTable for a RtfDocument |
|
RtfPictureList(RtfDocument doc)
|
|
| Uses of RtfDocument in com.lowagie.text.rtf.parser |
|---|
| Methods in com.lowagie.text.rtf.parser that return RtfDocument | |
|---|---|
RtfDocument |
RtfParser.getRtfDocument()
Get the RTF Document object. |
| Methods in com.lowagie.text.rtf.parser with parameters of type RtfDocument | |
|---|---|
void |
RtfParser.importRtfDocument(InputStream readerIn,
RtfDocument rtfDoc)
Imports a complete RTF document. |
void |
RtfParser.importRtfDocumentIntoElement(Element elem,
InputStream readerIn,
RtfDocument rtfDoc)
Imports a complete RTF document into an Element, i.e. |
void |
RtfParser.importRtfFragment(InputStream readerIn,
RtfDocument rtfDoc,
RtfImportMappings importMappings)
Imports an RTF fragment. |
| Constructors in com.lowagie.text.rtf.parser with parameters of type RtfDocument | |
|---|---|
RtfImportMgr(RtfDocument rtfDoc,
Document doc)
Constructs a new RtfImportHeader. |
|
| Uses of RtfDocument in com.lowagie.text.rtf.style |
|---|
| Fields in com.lowagie.text.rtf.style declared as RtfDocument | |
|---|---|
protected RtfDocument |
RtfFont.document
The RtfDocument this RtfFont belongs to. |
| Methods in com.lowagie.text.rtf.style with parameters of type RtfDocument | |
|---|---|
void |
RtfFont.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfFont belongs to |
void |
RtfColor.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfColor belongs to |
| Constructors in com.lowagie.text.rtf.style with parameters of type RtfDocument | |
|---|---|
RtfColor(RtfDocument doc,
Color col)
Constructs a RtfColor based on the Color |
|
RtfColor(RtfDocument doc,
int red,
int green,
int blue)
Constructs a RtfColor based on the red/green/blue values |
|
RtfColor(RtfDocument doc,
int red,
int green,
int blue,
int colorNumber)
Constructor only for use when initializing the RtfColorList |
|
RtfColor(RtfDocument doc,
RtfColor col)
Constructs a RtfColor as a clone of an existing RtfColor |
|
RtfColorList(RtfDocument doc)
Constructs a new RtfColorList for the RtfDocument. |
|
RtfFont(RtfDocument doc,
Font font)
Constructs a RtfFont from a com.lowagie.text.Font |
|
RtfFont(RtfDocument doc,
int fontNumber)
Special constructor for the default font |
|
RtfFontList(RtfDocument doc)
Creates a RtfFontList |
|
RtfParagraphStyle(RtfDocument doc,
RtfParagraphStyle style)
Constructs a RtfParagraphStyle from another RtfParagraphStyle. |
|
RtfStylesheetList(RtfDocument doc)
Constructs a new RtfStylesheetList for the RtfDocument. |
|
| Uses of RtfDocument in com.lowagie.text.rtf.table |
|---|
| Methods in com.lowagie.text.rtf.table with parameters of type RtfDocument | |
|---|---|
void |
RtfCell.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfCell belongs to |
| Constructors in com.lowagie.text.rtf.table with parameters of type RtfDocument | |
|---|---|
RtfBorder(RtfDocument doc,
int borderType,
int borderPosition,
int borderStyle,
float borderWidth,
Color borderColor)
Constructs a RtfBorder |
|
RtfBorder(RtfDocument doc,
int borderType,
RtfBorder border)
Makes a copy of the given RtfBorder |
|
RtfBorderGroup(RtfDocument doc,
int borderType,
int bordersToUse,
float borderWidth,
Color borderColor)
Constructs a RtfBorderGroup with certain borders |
|
RtfBorderGroup(RtfDocument doc,
int borderType,
RtfBorderGroup borderGroup)
Constructs a RtfBorderGroup based on another RtfBorderGroup. |
|
RtfCell(RtfDocument doc,
RtfRow row,
Cell cell)
Constructs a RtfCell based on a Cell. |
|
RtfCell(RtfDocument doc,
RtfRow row,
PdfPCell cell)
Constructs a RtfCell based on a Cell. |
|
RtfRow(RtfDocument doc,
RtfTable rtfTable,
PdfPRow row,
int rowNumber)
Constructs a RtfRow for a Row. |
|
RtfRow(RtfDocument doc,
RtfTable rtfTable,
Row row,
int rowNumber)
Constructs a RtfRow for a Row. |
|
RtfTable(RtfDocument doc,
PdfPTable table)
Constructs a RtfTable based on a PdfTable for a RtfDocument. |
|
RtfTable(RtfDocument doc,
Table table)
Constructs a RtfTable based on a Table for a RtfDocument. |
|
| Uses of RtfDocument in com.lowagie.text.rtf.text |
|---|
| Methods in com.lowagie.text.rtf.text with parameters of type RtfDocument | |
|---|---|
void |
RtfPhrase.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfPhrase belongs to. |
void |
RtfChunk.setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfChunk belongs to. |
| Constructors in com.lowagie.text.rtf.text with parameters of type RtfDocument | |
|---|---|
RtfAnnotation(RtfDocument doc,
Annotation annotation)
Constructs a RtfAnnotation based on an Annotation. |
|
RtfChapter(RtfDocument doc,
Chapter chapter)
Constructs a RtfChapter for a given Chapter |
|
RtfChunk(RtfDocument doc,
Chunk chunk)
Constructs a RtfChunk based on the content of a Chunk |
|
RtfNewPage(RtfDocument doc)
Constructs a RtfNewPage |
|
RtfParagraph(RtfDocument doc,
Paragraph paragraph)
Constructs a RtfParagraph belonging to a RtfDocument based on a Paragraph. |
|
RtfPhrase(RtfDocument doc)
A basically empty constructor that is used by the RtfParagraph. |
|
RtfPhrase(RtfDocument doc,
Phrase phrase)
Constructs a new RtfPhrase for the RtfDocument with the given Phrase |
|
RtfSection(RtfDocument doc,
Section section)
Constructs a RtfSection for a given Section. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||