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
GetInstance()
Get the singleton instance of RtfDestinationNull object.
public static RtfDestinationNull GetInstance()
Returns
GetName()
public static string GetName()
Returns
GetNewTokeniserState()
public override int GetNewTokeniserState()
Returns
HandleCharacter(int)
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleCharacter(int)
public override bool HandleCharacter(int ch)
Parameters
ch
int
Returns
HandleCloseGroup()
Interface definitions
public override bool HandleCloseGroup()
Returns
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
HandleOpenGroup()
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleGroupStart()
public override bool HandleOpenGroup()
Returns
HandleOpeningSubGroup()
(non-Javadoc) @see com.lowagie.text.rtf.parser.destinations.RtfDestination#handleOpenNewGroup()
public override bool HandleOpeningSubGroup()
Returns
SetToDefaults()
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#setDefaults()
public override void SetToDefaults()