Class RtfDestinationDocument
- Namespace
- iTextSharp.text.rtf.parser.destinations
- Assembly
- iTextSharp.LGPLv2.Core.dll
RtfDestinationDocument handles data destined for the document destination @author Howard Shank (hgshank@yahoo.com)
public sealed class RtfDestinationDocument : RtfDestination, IRtfPropertyListener, IEventListener
- Inheritance
-
RtfDestinationDocument
- Implements
- Inherited Members
Constructors
RtfDestinationDocument()
public RtfDestinationDocument()
RtfDestinationDocument(RtfParser)
Constructs a new RtfDestinationDocument using the parameters to initialize the object.
public RtfDestinationDocument(RtfParser parser)
Parameters
parser
RtfParser
Methods
AfterPropertyChange(string)
(non-Javadoc) @see com.lowagie.text.rtf.parser.properties.RtfPropertyListener#afterChange(java.lang.String)
public void AfterPropertyChange(string propertyName)
Parameters
propertyName
string
BeforePropertyChange(string)
(non-Javadoc) @see com.lowagie.text.rtf.parser.properties.RtfPropertyListener#beforeChange(java.lang.String)
public void BeforePropertyChange(string propertyName)
Parameters
propertyName
string
CloseDestination()
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#closeDestination()
public override bool CloseDestination()
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()
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleGroupEnd()
public override bool HandleCloseGroup()
Returns
HandleControlWord(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
SetParser(RtfParser)
public override void SetParser(RtfParser parser)
Parameters
parser
RtfParser
SetToDefaults()
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#setDefaults()
public override void SetToDefaults()