Class PatchRtfDocument

  • All Implemented Interfaces:
    com.lowagie.text.rtf.RtfBasicElement, com.lowagie.text.RtfElementInterface

    public class PatchRtfDocument
    extends com.lowagie.text.rtf.document.RtfDocument
    • Field Summary

      • Fields inherited from class com.lowagie.text.rtf.RtfElement

        document, inHeader, inTable
      • Fields inherited from interface com.lowagie.text.rtf.RtfBasicElement

        CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.lowagie.text.rtf.RtfMapper getMapper()  
      • Methods inherited from class com.lowagie.text.rtf.document.RtfDocument

        add, filterSpecialChar, getAutogenerateTOCEntries, getDocumentHeader, getDocumentSettings, getLastElementWritten, getRandomInt, open, outputDebugLinebreak, setAutogenerateTOCEntries, writeContent, writeDocument
      • Methods inherited from class com.lowagie.text.rtf.RtfElement

        intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument
    • Constructor Detail

      • PatchRtfDocument

        public PatchRtfDocument()
    • Method Detail

      • getMapper

        public com.lowagie.text.rtf.RtfMapper getMapper()
        Overrides:
        getMapper in class com.lowagie.text.rtf.document.RtfDocument