Property | Type | Description | |
---|---|---|---|
myColorTable | |||
myFontTable | |||
myInfo |
Property | Type | Description | |
---|---|---|---|
ReadColorTable | void | ||
ReadDateTime | System.DateTime | ||
ReadDocumentInfo | void | ||
ReadFontTable | void | ||
Test | void |
Method | Description | |
---|---|---|
Load ( |
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 ( |
write rtf
|
Method | Description | |
---|---|---|
ReadColorTable ( RtfDomParser.RTFNodeGroup group ) : void |
read color table
|
|
ReadDateTime ( |
||
ReadDocumentInfo ( RtfDomParser.RTFNodeGroup group ) : void |
read document information
|
|
ReadFontTable ( RtfDomParser.RTFNodeGroup group ) : void |
read font table
|
|
Test ( ) : void |
test
|
public Load ( |
||
reader | RTF text reader | |
return | void |
public Load ( string strFileName ) : void | ||
strFileName | string | file name |
return | void |
public LoadRTFText ( string strText ) : void | ||
strText | string | text in rtf format |
return | void |
public Save ( string strFileName ) : void | ||
strFileName | string | file name |
return | void |
public Write ( |
||
writer | RTF writer | |
return | void |
protected RTFColorTable,RtfDomParser myColorTable | ||
return |
protected RTFFontTable,RtfDomParser myFontTable | ||
return |