Uses of Class
com.lowagie.text.rtf.document.RtfDocument
-
-
Uses of RtfDocument in com.lowagie.text.rtf
Fields in com.lowagie.text.rtf declared as RtfDocument Modifier and Type Field Description protected RtfDocument
RtfAddableElement. doc
The RtfDocument this RtfAddableElement belongs to.protected RtfDocument
RtfElement. document
The RtfDocument this RtfElement belongs toprivate RtfDocument
RtfMapper. rtfDoc
The RtfDocument this RtfMapper belongs toprivate RtfDocument
RtfWriter2. rtfDoc
The RtfDocument this RtfWriter is creatingMethods in com.lowagie.text.rtf with parameters of type RtfDocument Modifier and Type Method Description void
RtfAddableElement. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfAddableElement belongs to.void
RtfBasicElement. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs tovoid
RtfElement. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs toConstructors in com.lowagie.text.rtf with parameters of type RtfDocument Constructor Description 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
Fields in com.lowagie.text.rtf.document declared as RtfDocument Modifier and Type Field Description private RtfDocument
RtfDocumentSettings. document
The RtfDocument this RtfDocumentSettings belongs to.Constructors in com.lowagie.text.rtf.document with parameters of type RtfDocument Constructor Description RtfCodePage(RtfDocument doc)
Construct an RtfCodePageRtfDocumentHeader(RtfDocument doc)
Constructs a RtfDocumentHeader for a RtfDocumentRtfDocumentSettings(RtfDocument document)
Constructs a new RtfDocumentSettings object.RtfFootnoteSetting(RtfDocument doc)
Constructs a new RtfPageSetting object belonging to a RtfDocument.RtfGenerator(RtfDocument doc)
Constructs aRtfGenerator
belonging to a RtfDocumentRtfInfoElement(RtfDocument doc, com.lowagie.text.Meta meta)
Constructs a RtfInfoElement based on the given Meta objectRtfInfoGroup(RtfDocument doc)
Constructs a RtfInfoGroup belonging to a RtfDocumentRtfPageSetting(RtfDocument doc)
Constructs a new RtfPageSetting object belonging to a RtfDocument.RtfProtectionSetting(RtfDocument doc)
Constructs aRtfProtectionSetting
belonging to a RtfDocument -
Uses of RtfDocument in com.lowagie.text.rtf.field
Fields in com.lowagie.text.rtf.field declared as RtfDocument Modifier and Type Field Description protected RtfDocument
RtfField. document
The RtfDocument this RtfField belongs toMethods in com.lowagie.text.rtf.field with parameters of type RtfDocument Modifier and Type Method Description void
RtfField. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs toConstructors in com.lowagie.text.rtf.field with parameters of type RtfDocument Constructor Description RtfAnchor(RtfDocument doc, com.lowagie.text.Anchor anchor)
Constructs a RtfAnchor based on a RtfFieldRtfField(RtfDocument doc)
Constructs a RtfField for a RtfDocument.RtfField(RtfDocument doc, com.lowagie.text.Font font)
Constructs a RtfField for a RtfDocument.RtfPageNumber(RtfDocument doc)
Constructs a RtfPageNumber object.RtfPageNumber(RtfDocument doc, com.lowagie.text.Font font)
Constructs a RtfPageNumber object with a specific font.RtfTotalPageNumber(RtfDocument doc)
Constructs a RtfTotalPageNumber object.RtfTotalPageNumber(RtfDocument doc, com.lowagie.text.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 Constructor Description RtfImage(RtfDocument doc, com.lowagie.text.Image image)
Constructs a RtfImage for an Image. -
Uses of RtfDocument in com.lowagie.text.rtf.headerfooter
Fields in com.lowagie.text.rtf.headerfooter declared as RtfDocument Modifier and Type Field Description private RtfDocument
RtfHeaderFooter. document
The RtfDocument this RtfHeaderFooter belongs toprivate RtfDocument
RtfHeaderFooterGroup. document
The RtfDocument this RtfHeaderFooterGroup belongs toMethods in com.lowagie.text.rtf.headerfooter with parameters of type RtfDocument Modifier and Type Method Description void
RtfHeaderFooter. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs tovoid
RtfHeaderFooterGroup. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfElement belongs toConstructors in com.lowagie.text.rtf.headerfooter with parameters of type RtfDocument Constructor Description RtfHeaderFooter(RtfDocument doc, com.lowagie.text.HeaderFooter headerFooter)
Constructs a RtfHeaderFooter for a HeaderFooter.RtfHeaderFooter(RtfDocument doc, com.lowagie.text.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, int type)
Constructs a certain type of RtfHeaderFooterGroup.RtfHeaderFooterGroup(RtfDocument doc, com.lowagie.text.HeaderFooter headerFooter, int type)
Constructs a RtfHeaderGroup for a certain HeaderFooterRtfHeaderFooterGroup(RtfDocument doc, RtfHeaderFooterGroup headerFooter, int type)
Constructs a RtfHeaderFooterGroup by copying the content of the original RtfHeaderFooterGroupRtfHeaderFooterGroup(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 Modifier and Type Method Description void
RtfList. setDocument(RtfDocument doc)
Set the document.Constructors in com.lowagie.text.rtf.list with parameters of type RtfDocument Constructor Description RtfList(RtfDocument doc)
Constructs an empty RtfList object.RtfList(RtfDocument doc, com.lowagie.text.List list)
Constructs a new RtfList for the specified List.RtfListItem(RtfDocument doc, com.lowagie.text.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 RtfDocumentRtfPictureList(RtfDocument doc)
-
Uses of RtfDocument in com.lowagie.text.rtf.parser
Fields in com.lowagie.text.rtf.parser declared as RtfDocument Modifier and Type Field Description private RtfDocument
RtfImportMgr. rtfDoc
The RtfDocument to get font and color numbers from.private RtfDocument
RtfParser. rtfDoc
The RtfDocument to add the RTF document or fragment to.Methods in com.lowagie.text.rtf.parser that return RtfDocument Modifier and Type Method Description RtfDocument
RtfParser. getRtfDocument()
Get the RTF Document object.Methods in com.lowagie.text.rtf.parser with parameters of type RtfDocument Modifier and Type Method Description void
RtfParser. importRtfDocument(java.io.InputStream readerIn, RtfDocument rtfDoc)
Imports a complete RTF document.void
RtfParser. importRtfDocumentIntoElement(com.lowagie.text.Element elem, java.io.InputStream readerIn, RtfDocument rtfDoc)
Imports a complete RTF document into an Element, i.e.void
RtfParser. importRtfFragment(java.io.InputStream readerIn, RtfDocument rtfDoc, RtfImportMappings importMappings)
Imports an RTF fragment.private void
RtfParser. init(int type, RtfDocument rtfDoc, java.io.InputStream readerIn, com.lowagie.text.Document doc, com.lowagie.text.Element elem)
Initialize the parser object values.Constructors in com.lowagie.text.rtf.parser with parameters of type RtfDocument Constructor Description RtfImportMgr(RtfDocument rtfDoc, com.lowagie.text.Document doc)
Constructs a new RtfImportHeader. -
Uses of RtfDocument in com.lowagie.text.rtf.parser.destinations
Fields in com.lowagie.text.rtf.parser.destinations declared as RtfDocument Modifier and Type Field Description private RtfDocument
RtfDestinationDocument. rtfDoc
The RtfDocument object. -
Uses of RtfDocument in com.lowagie.text.rtf.style
Fields in com.lowagie.text.rtf.style declared as RtfDocument Modifier and Type Field Description protected RtfDocument
RtfFont. document
The RtfDocument this RtfFont belongs to.Methods in com.lowagie.text.rtf.style with parameters of type RtfDocument Modifier and Type Method Description void
RtfColor. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfColor belongs tovoid
RtfFont. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfFont belongs toConstructors in com.lowagie.text.rtf.style with parameters of type RtfDocument Constructor Description RtfColor(RtfDocument doc, int red, int green, int blue)
Constructs a RtfColor based on the red/green/blue valuesRtfColor(RtfDocument doc, int red, int green, int blue, int colorNumber)
Constructor only for use when initializing the RtfColorListRtfColor(RtfDocument doc, RtfColor col)
Constructs a RtfColor as a clone of an existing RtfColorRtfColor(RtfDocument doc, java.awt.Color col)
Constructs a RtfColor based on the ColorRtfColorList(RtfDocument doc)
Constructs a new RtfColorList for the RtfDocument.RtfFont(RtfDocument doc, int fontNumber)
Special constructor for the default fontRtfFont(RtfDocument doc, com.lowagie.text.Font font)
Constructs a RtfFont from a com.lowagie.text.FontRtfFontList(RtfDocument doc)
Creates a RtfFontListRtfParagraphStyle(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
Fields in com.lowagie.text.rtf.table declared as RtfDocument Modifier and Type Field Description private RtfDocument
RtfCell. document
The RtfDocument this RtfCell belongs toMethods in com.lowagie.text.rtf.table with parameters of type RtfDocument Modifier and Type Method Description void
RtfCell. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfCell belongs toConstructors in com.lowagie.text.rtf.table with parameters of type RtfDocument Constructor Description RtfBorder(RtfDocument doc, int borderType, int borderPosition, int borderStyle, float borderWidth, java.awt.Color borderColor)
Constructs a RtfBorderRtfBorder(RtfDocument doc, int borderType, RtfBorder border)
Makes a copy of the given RtfBorderRtfBorderGroup(RtfDocument doc, int borderType, int bordersToUse, float borderWidth, java.awt.Color borderColor)
Constructs a RtfBorderGroup with certain bordersRtfBorderGroup(RtfDocument doc, int borderType, RtfBorderGroup borderGroup)
Constructs a RtfBorderGroup based on another RtfBorderGroup.RtfCell(RtfDocument doc, RtfRow row, com.lowagie.text.Cell cell)
Constructs a RtfCell based on a Cell.RtfCell(RtfDocument doc, RtfRow row, com.lowagie.text.pdf.PdfPCell cell)
Constructs a RtfCell based on a Cell.RtfRow(RtfDocument doc, RtfTable rtfTable, com.lowagie.text.pdf.PdfPRow row, int rowNumber)
Constructs a RtfRow for a Row.RtfRow(RtfDocument doc, RtfTable rtfTable, com.lowagie.text.Row row, int rowNumber)
Constructs a RtfRow for a Row.RtfTable(RtfDocument doc, com.lowagie.text.pdf.PdfPTable table)
Constructs a RtfTable based on a PdfTable for a RtfDocument.RtfTable(RtfDocument doc, com.lowagie.text.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 Modifier and Type Method Description void
RtfChunk. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfChunk belongs to.void
RtfPhrase. setRtfDocument(RtfDocument doc)
Sets the RtfDocument this RtfPhrase belongs to.Constructors in com.lowagie.text.rtf.text with parameters of type RtfDocument Constructor Description RtfAnnotation(RtfDocument doc, com.lowagie.text.Annotation annotation)
Constructs a RtfAnnotation based on an Annotation.RtfChapter(RtfDocument doc, com.lowagie.text.Chapter chapter)
Constructs a RtfChapter for a given ChapterRtfChunk(RtfDocument doc, com.lowagie.text.Chunk chunk)
Constructs a RtfChunk based on the content of a ChunkRtfFootnote(RtfDocument doc, com.lowagie.text.Footnote footnote)
Constructs a RtfFootnote based on an Footnote.RtfNewPage(RtfDocument doc)
Constructs a RtfNewPageRtfParagraph(RtfDocument doc, com.lowagie.text.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, com.lowagie.text.Phrase phrase)
Constructs a new RtfPhrase for the RtfDocument with the given PhraseRtfSection(RtfDocument doc, com.lowagie.text.Section section)
Constructs a RtfSection for a given Section.
-