C# Class lw_common.export_text

Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Méthode Description
add_cell ( cell c ) : void
to_csv ( ) : string
to_html ( ) : string
to_text ( ) : string

Private Methods

Méthode Description
column_max_len ( int col ) : int
html_font_size ( int size ) : int
to_csv_string ( string str ) : string

Method Details

add_cell() public méthode

public add_cell ( cell c ) : void
c cell
Résultat void

to_csv() public méthode

public to_csv ( ) : string
Résultat string

to_html() public méthode

public to_html ( ) : string
Résultat string

to_text() public méthode

public to_text ( ) : string
Résultat string