Table of Contents

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

bool

GetColor(string)

conversion functions

public BaseColor GetColor(string key)

Parameters

key string

The map number.

Returns

BaseColor

HandleCharacter(int)

public override bool HandleCharacter(int ch)

Parameters

ch int

Returns

bool

HandleCloseGroup()

public override bool HandleCloseGroup()

Returns

bool

HandleControlWord(RtfCtrlWordData)

public override bool HandleControlWord(RtfCtrlWordData ctrlWordData)

Parameters

ctrlWordData RtfCtrlWordData

Returns

bool

HandleOpenGroup()

public override bool HandleOpenGroup()

Returns

bool

HandleOpeningSubGroup()

(non-Javadoc) @see com.lowagie.text.rtf.parser.destinations.RtfDestination#handleOpenNewGroup()

public override bool HandleOpeningSubGroup()

Returns

bool

SetParser(RtfParser)

public override void SetParser(RtfParser parser)

Parameters

parser RtfParser

SetToDefaults()

Set default values.

public override void SetToDefaults()