Class RtfDestinationColorTable
- Namespace
- iTextSharp.text.rtf.parser.destinations
- Assembly
- iTextSharp.LGPLv2.Core.dll
RtfDestinationColorTable handles data destined for the color table destination @author Howard Shank (hgshank@yahoo.com) @since 2.0.8
public class RtfDestinationColorTable : RtfDestination
- Inheritance
-
RtfDestinationColorTable
- Inherited Members
Constructors
RtfDestinationColorTable()
Constructor.
public RtfDestinationColorTable()
RtfDestinationColorTable(RtfParser)
Constructs a new RtfColorTableParser.
public RtfDestinationColorTable(RtfParser parser)
Parameters
parser
RtfParser
Methods
CloseDestination()
public override bool CloseDestination()
Returns
GetColor(string)
conversion functions
public BaseColor GetColor(string key)
Parameters
key
stringThe map number.
Returns
HandleCharacter(int)
public override bool HandleCharacter(int ch)
Parameters
ch
int
Returns
HandleCloseGroup()
public override bool HandleCloseGroup()
Returns
HandleControlWord(RtfCtrlWordData)
public override bool HandleControlWord(RtfCtrlWordData ctrlWordData)
Parameters
ctrlWordData
RtfCtrlWordData
Returns
HandleOpenGroup()
public override bool HandleOpenGroup()
Returns
HandleOpeningSubGroup()
(non-Javadoc) @see com.lowagie.text.rtf.parser.destinations.RtfDestination#handleOpenNewGroup()
public override bool HandleOpeningSubGroup()
Returns
SetParser(RtfParser)
public override void SetParser(RtfParser parser)
Parameters
parser
RtfParser
SetToDefaults()
Set default values.
public override void SetToDefaults()