Class RtfCtrlWordMap

java.lang.Object
com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordMap

final class RtfCtrlWordMap extends Object
RtfCtrlWords handles the creation of the control word wiring. It is a class containing the hash map of the control words (key) and their associated class (value).
Since:
2.0.8
  • Field Details

  • Constructor Details

    • RtfCtrlWordMap

      RtfCtrlWordMap(RtfParser rtfParser)
      Constructor
      Parameters:
      rtfParser - The parser object.
      Since:
      2.0.8
  • Method Details

    • getCtrlWordHandler

      public RtfCtrlWordHandler getCtrlWordHandler(String ctrlWord)
      Get the HashMap object containing the control words. Initializes the instance if this is the first instantiation of RtfCtrlWords class.
      Since:
      2.0.8