C# Class RtfDomParser.RTFTextContainer

RTF plain text container
Mostrar archivo Open project: SourceCodeBackup/RtfDomParser

Public Methods

Method Description
Accept ( RTFToken token, RTFReader reader ) : bool

Accept rtf token

Append ( string text ) : void

Append text content

Clear ( ) : void

clear value

RTFTextContainer ( RTFDomDocument doc ) : System

initialize instance

Private Methods

Method Description
CheckBuffer ( ) : void

Method Details

Accept() public method

Accept rtf token
public Accept ( RTFToken token, RTFReader reader ) : bool
token RTFToken RTF token
reader RTFReader
return bool

Append() public method

Append text content
public Append ( string text ) : void
text string
return void

Clear() public method

clear value
public Clear ( ) : void
return void

RTFTextContainer() public method

initialize instance
public RTFTextContainer ( RTFDomDocument doc ) : System
doc RTFDomDocument owner document
return System