C# Class RtfDomParser.RTFRawDocument

RTF raw document,this source code evolution from other software.
Inheritance: RtfDomParser.RTFNodeGroup
Afficher le fichier Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Protected Properties

Свойство Type Description
myColorTable RTFColorTable
myFontTable RTFFontTable
myInfo RTFDocumentInfo

Private Properties

Свойство Type Description
ReadColorTable void
ReadDateTime System.DateTime
ReadDocumentInfo void
ReadFontTable void
Test void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Load() public méthode

load rtf
public Load ( RTFReader reader ) : void
reader RTFReader RTF text reader
Résultat void

Load() public méthode

public Load ( System reader ) : void
reader System
Résultat void

Load() public méthode

load rtf file
public Load ( string strFileName ) : void
strFileName string file name
Résultat void

LoadRTFText() public méthode

load rtf text
public LoadRTFText ( string strText ) : void
strText string text in rtf format
Résultat void

RTFRawDocument() public méthode

initialize instance
public RTFRawDocument ( ) : System
Résultat System

Save() public méthode

Save rtf to a stream
public Save ( System stream ) : void
stream System stream
Résultat void

Save() public méthode

save rtf file
public Save ( string strFileName ) : void
strFileName string file name
Résultat void

Write() public méthode

write rtf
public Write ( RTFWriter writer ) : void
writer RTFWriter RTF writer
Résultat void

Property Details

myColorTable protected_oe property

color table
protected RTFColorTable,RtfDomParser myColorTable
Résultat RTFColorTable

myFontTable protected_oe property

font table
protected RTFFontTable,RtfDomParser myFontTable
Résultat RTFFontTable

myInfo protected_oe property

document information
protected RTFDocumentInfo,RtfDomParser myInfo
Résultat RTFDocumentInfo