C# Class RtfDomParser.RTFDocumentInfo

Afficher le fichier Open project: SourceCodeBackup/RtfDomParser

Private Properties

Свойство Type Description
WriteTime void

Méthodes publiques

Méthode Description
Clear ( ) : void
GetInfo ( string strName ) : string

get information specify name

SetInfo ( string strName, string strValue ) : void

set information specify name

Write ( RTFWriter writer ) : void

Private Methods

Méthode Description
WriteTime ( RTFWriter writer, string name, System.DateTime Value ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetInfo() public méthode

get information specify name
public GetInfo ( string strName ) : string
strName string name
Résultat string

SetInfo() public méthode

set information specify name
public SetInfo ( string strName, string strValue ) : void
strName string name
strValue string value
Résultat void

Write() public méthode

public Write ( RTFWriter writer ) : void
writer RTFWriter
Résultat void