C# 클래스 RtfDomParser.RTFDocumentInfo

파일 보기 프로젝트 열기: SourceCodeBackup/RtfDomParser

Private Properties

프로퍼티 타입 설명
WriteTime void

공개 메소드들

메소드 설명
Clear ( ) : void
GetInfo ( string strName ) : string

get information specify name

SetInfo ( string strName, string strValue ) : void

set information specify name

Write ( RTFWriter writer ) : void

비공개 메소드들

메소드 설명
WriteTime ( RTFWriter writer, string name, System.DateTime Value ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetInfo() 공개 메소드

get information specify name
public GetInfo ( string strName ) : string
strName string name
리턴 string

SetInfo() 공개 메소드

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

Write() 공개 메소드

public Write ( RTFWriter writer ) : void
writer RTFWriter
리턴 void