Class RtfCtrlWordMap
java.lang.Object
com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordMap
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 Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<String, RtfCtrlWordHandler> Control Word HashMap mapping object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCtrlWordHandler
(String ctrlWord) Get the HashMap object containing the control words.
-
Field Details
-
ctrlWords
Control Word HashMap mapping object.
-
-
Constructor Details
-
RtfCtrlWordMap
RtfCtrlWordMap(RtfParser rtfParser) Constructor- Parameters:
rtfParser
- The parser object.- Since:
- 2.0.8
-
-
Method Details
-
getCtrlWordHandler
Get the HashMap object containing the control words. Initializes the instance if this is the first instantiation of RtfCtrlWords class.- Since:
- 2.0.8
-