C# Class iTextSharp.text.rtf.parser.destinations.RtfDestinationDocument

Inheritance: RtfDestination, IRtfPropertyListener
显示文件 Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
AfterPropertyChange ( String propertyName ) : void
BeforePropertyChange ( String propertyName ) : void
CloseDestination ( ) : bool
HandleCharacter ( int ch ) : bool
HandleCloseGroup ( ) : bool
HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
HandleOpenGroup ( ) : bool
HandleOpeningSubGroup ( ) : bool
RtfDestinationDocument ( ) : System
RtfDestinationDocument ( RtfParser parser ) : System
SetParser ( RtfParser parser ) : void
SetToDefaults ( ) : void

Private Methods

Method Description
AddParagraphToDocument ( ) : void
WriteBuffer ( ) : void
WriteText ( String value ) : void

Method Details

AfterPropertyChange() public method

public AfterPropertyChange ( String propertyName ) : void
propertyName String
return void

BeforePropertyChange() public method

public BeforePropertyChange ( String propertyName ) : void
propertyName String
return void

CloseDestination() public method

public CloseDestination ( ) : bool
return bool

HandleCharacter() public method

public HandleCharacter ( int ch ) : bool
ch int
return bool

HandleCloseGroup() public method

public HandleCloseGroup ( ) : bool
return bool

HandleControlWord() public method

public HandleControlWord ( RtfCtrlWordData ctrlWordData ) : bool
ctrlWordData iTextSharp.text.rtf.parser.ctrlwords.RtfCtrlWordData
return bool

HandleOpenGroup() public method

public HandleOpenGroup ( ) : bool
return bool

HandleOpeningSubGroup() public method

public HandleOpeningSubGroup ( ) : bool
return bool

RtfDestinationDocument() public method

public RtfDestinationDocument ( ) : System
return System

RtfDestinationDocument() public method

public RtfDestinationDocument ( RtfParser parser ) : System
parser RtfParser
return System

SetParser() public method

public SetParser ( RtfParser parser ) : void
parser RtfParser
return void

SetToDefaults() public method

public SetToDefaults ( ) : void
return void