com.lowagie.text.rtf.direct
public class RtfImportMappings extends Object
Version: $Revision: 2337 $
| Field Summary | |
|---|---|
| HashMap | colorMappings
The colorNr to Color mappings. |
| HashMap | fontMappings
The fontNr to fontName mappings. |
| Constructor Summary | |
|---|---|
| RtfImportMappings()
Constructs a new RtfImportMappings initialising the mappings. | |
| Method Summary | |
|---|---|
| void | addColor(String colorNr, Color color)
Add a color to the list of mappings.
|
| void | addFont(String fontNr, String fontName)
Add a font to the list of mappings.
|
| HashMap | getColorMappings()
Gets the list of color mappings. |
| HashMap | getFontMappings()
Gets the list of font mappings. |
Parameters: colorNr The color number. color The Color.
Parameters: fontNr The font number. fontName The font name.
Returns: The color mappings.
Returns: The font mappings.