Table of Contents

Class RtfDestinationNull

Namespace
iTextSharp.text.rtf.parser.destinations
Assembly
iTextSharp.LGPLv2.Core.dll

RtfDestinationNull is for discarded entries. They go nowhere. If a control word destination is unknown or ignored, this is the destination that should be set. All methods return true indicating they were handled. This is a unique destination in that it is a singleton. @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

public sealed class RtfDestinationNull : RtfDestination
Inheritance
RtfDestinationNull
Inherited Members

Methods

CloseDestination()

(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#closeDestination()

public override bool CloseDestination()

Returns

bool

GetInstance()

Get the singleton instance of RtfDestinationNull object.

public static RtfDestinationNull GetInstance()

Returns

RtfDestinationNull

GetName()

public static string GetName()

Returns

string

GetNewTokeniserState()

public override int GetNewTokeniserState()

Returns

int

HandleCharacter(int)

(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleCharacter(int)

public override bool HandleCharacter(int ch)

Parameters

ch int

Returns

bool

HandleCloseGroup()

Interface definitions

public override bool HandleCloseGroup()

Returns

bool

HandleControlWord(RtfCtrlWordData)

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

public override bool HandleControlWord(RtfCtrlWordData ctrlWordData)

Parameters

ctrlWordData RtfCtrlWordData

Returns

bool

HandleOpenGroup()

(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleGroupStart()

public override bool HandleOpenGroup()

Returns

bool

HandleOpeningSubGroup()

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

public override bool HandleOpeningSubGroup()

Returns

bool

SetToDefaults()

(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#setDefaults()

public override void SetToDefaults()