com.lowagie.text.rtf.parser.ctrlwords
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 Summary | |
|---|---|
| HashMap | ctrlWords
Control Word HashMap mapping object. |
| Constructor Summary | |
|---|---|
| RtfCtrlWordMap(RtfParser rtfParser)
Constructor | |
| Method Summary | |
|---|---|
| RtfCtrlWordHandler | getCtrlWordHandler(String ctrlWord)
Get the HashMap object containing the control words.
|
Parameters: rtfParser The parser object.
Since: 2.0.8
Since: 2.0.8