C# 클래스 RtfDomParser.RTFTextContainer

RTF plain text container
파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CheckBuffer ( ) : void

메소드 상세

Accept() 공개 메소드

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

Append() 공개 메소드

Append text content
public Append ( string text ) : void
text string
리턴 void

Clear() 공개 메소드

clear value
public Clear ( ) : void
리턴 void

RTFTextContainer() 공개 메소드

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