Namespace iTextSharp.text.rtf.field
Classes
- RtfAnchor
@version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu)
- RtfField
The RtfField class is an abstract base class for all rtf field functionality. Subclasses only need to implement the two abstract methods writeFieldInstContent and writeFieldResultContent. All other field functionality is handled by the RtfField class. @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Dirk Weigenand
- RtfPageNumber
The RtfPageNumber provides the page number field in rtf documents. @version $Revision: 1.4 $ @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Steffen.Stundzig@smb-tec.com
- RtfTableOfContents
The RtfTableOfContents together with multiple RtfTOCEntry objects generates a table of contents. The table of contents will display no entries in the viewing program and the user will have to update it first. A text to inform the user of this is displayed instead. @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Steffen.Stundzig@smb-tec.com
- RtfTocEntry
The RtfTOCEntry is used together with the RtfTableOfContents to generate a table of contents. Add the RtfTOCEntry in those locations in the document where table of contents entries should link to @version \(Version:\) @author Mark Hall (Mark.Hall@mail.room3b.eu) @author Steffen.Stundzig@smb-tec.com
- RtfTotalPageNumber
The RtfTotalPageNumber provides the total number of pages field in rtf documents. @author Jose Hurtado (jose.hurtado@gft.com) @author Mark Hall (Mark.Hall@mail.room3b.eu)