C# Class csShared.Html.HtmlFormatter

Formats the RichTextBox text as Html
Inheritance: ITextFormatter
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
GetText ( System document ) : string
SetText ( System document, string text ) : void

Method Details

GetText() public méthode

public GetText ( System document ) : string
document System
Résultat string

SetText() public méthode

public SetText ( System document, string text ) : void
document System
text string
Résultat void