C# Class RtfDomParser.RTFDocumentInfo

Datei anzeigen Open project: SourceCodeBackup/RtfDomParser

Private Properties

Property Type Description
WriteTime void

Public Methods

Method 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

Method Description
WriteTime ( RTFWriter writer, string name, System.DateTime Value ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

GetInfo() public method

get information specify name
public GetInfo ( string strName ) : string
strName string name
return string

SetInfo() public method

set information specify name
public SetInfo ( string strName, string strValue ) : void
strName string name
strValue string value
return void

Write() public method

public Write ( RTFWriter writer ) : void
writer RTFWriter
return void