C# 클래스 lw_common.export_text

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 메소드들

메소드 설명
add_cell ( cell c ) : void
to_csv ( ) : string
to_html ( ) : string
to_text ( ) : string

비공개 메소드들

메소드 설명
column_max_len ( int col ) : int
html_font_size ( int size ) : int
to_csv_string ( string str ) : string

메소드 상세

add_cell() 공개 메소드

public add_cell ( cell c ) : void
c cell
리턴 void

to_csv() 공개 메소드

public to_csv ( ) : string
리턴 string

to_html() 공개 메소드

public to_html ( ) : string
리턴 string

to_text() 공개 메소드

public to_text ( ) : string
리턴 string