C# 클래스 RtfDomParser.RTFRawDocument

RTF raw document,this source code evolution from other software.
상속: RtfDomParser.RTFNodeGroup
파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
myColorTable RTFColorTable
myFontTable RTFFontTable
myInfo RTFDocumentInfo

Private Properties

프로퍼티 타입 설명
ReadColorTable void
ReadDateTime System.DateTime
ReadDocumentInfo void
ReadFontTable void
Test void

공개 메소드들

메소드 설명
Load ( RTFReader reader ) : void

load rtf

Load ( System reader ) : void
Load ( string strFileName ) : void

load rtf file

LoadRTFText ( string strText ) : void

load rtf text

RTFRawDocument ( ) : System

initialize instance

Save ( System stream ) : void

Save rtf to a stream

Save ( string strFileName ) : void

save rtf file

Write ( RTFWriter writer ) : void

write rtf

비공개 메소드들

메소드 설명
ReadColorTable ( RtfDomParser.RTFNodeGroup group ) : void

read color table

ReadDateTime ( RTFNode g ) : System.DateTime
ReadDocumentInfo ( RtfDomParser.RTFNodeGroup group ) : void

read document information

ReadFontTable ( RtfDomParser.RTFNodeGroup group ) : void

read font table

Test ( ) : void

test

메소드 상세

Load() 공개 메소드

load rtf
public Load ( RTFReader reader ) : void
reader RTFReader RTF text reader
리턴 void

Load() 공개 메소드

public Load ( System reader ) : void
reader System
리턴 void

Load() 공개 메소드

load rtf file
public Load ( string strFileName ) : void
strFileName string file name
리턴 void

LoadRTFText() 공개 메소드

load rtf text
public LoadRTFText ( string strText ) : void
strText string text in rtf format
리턴 void

RTFRawDocument() 공개 메소드

initialize instance
public RTFRawDocument ( ) : System
리턴 System

Save() 공개 메소드

Save rtf to a stream
public Save ( System stream ) : void
stream System stream
리턴 void

Save() 공개 메소드

save rtf file
public Save ( string strFileName ) : void
strFileName string file name
리턴 void

Write() 공개 메소드

write rtf
public Write ( RTFWriter writer ) : void
writer RTFWriter RTF writer
리턴 void

프로퍼티 상세

myColorTable 보호되어 있는 프로퍼티

color table
protected RTFColorTable,RtfDomParser myColorTable
리턴 RTFColorTable

myFontTable 보호되어 있는 프로퍼티

font table
protected RTFFontTable,RtfDomParser myFontTable
리턴 RTFFontTable

myInfo 보호되어 있는 프로퍼티

document information
protected RTFDocumentInfo,RtfDomParser myInfo
리턴 RTFDocumentInfo