C# Class KeePass.UI.RichTextBuilder

Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
Append ( string str ) : void
Append ( string str, FontStyle fs ) : void
Append ( string str, FontStyle fs, string strOuterPrefix, string strInnerPrefix, string strInnerSuffix, string strOuterSuffix ) : void
AppendLine ( ) : void
AppendLine ( string str ) : void
AppendLine ( string str, FontStyle fs ) : void
AppendLine ( string str, FontStyle fs, string strOuterPrefix, string strInnerPrefix, string strInnerSuffix, string strOuterSuffix ) : void
Build ( System.Windows.Forms.RichTextBox rtb ) : void
GetStyleIdCodes ( FontStyle fs ) : string>.KeyValuePair
RichTextBuilder ( ) : System

Private Methods

Méthode Description
CreateOpRtb ( ) : System.Windows.Forms.RichTextBox
EnsureInitializedStatic ( ) : void

Method Details

Append() public méthode

public Append ( string str ) : void
str string
Résultat void

Append() public méthode

public Append ( string str, FontStyle fs ) : void
str string
fs FontStyle
Résultat void

Append() public méthode

public Append ( string str, FontStyle fs, string strOuterPrefix, string strInnerPrefix, string strInnerSuffix, string strOuterSuffix ) : void
str string
fs FontStyle
strOuterPrefix string
strInnerPrefix string
strInnerSuffix string
strOuterSuffix string
Résultat void

AppendLine() public méthode

public AppendLine ( ) : void
Résultat void

AppendLine() public méthode

public AppendLine ( string str ) : void
str string
Résultat void

AppendLine() public méthode

public AppendLine ( string str, FontStyle fs ) : void
str string
fs FontStyle
Résultat void

AppendLine() public méthode

public AppendLine ( string str, FontStyle fs, string strOuterPrefix, string strInnerPrefix, string strInnerSuffix, string strOuterSuffix ) : void
str string
fs FontStyle
strOuterPrefix string
strInnerPrefix string
strInnerSuffix string
strOuterSuffix string
Résultat void

Build() public méthode

public Build ( System.Windows.Forms.RichTextBox rtb ) : void
rtb System.Windows.Forms.RichTextBox
Résultat void

GetStyleIdCodes() public static méthode

public static GetStyleIdCodes ( FontStyle fs ) : string>.KeyValuePair
fs FontStyle
Résultat string>.KeyValuePair

RichTextBuilder() public méthode

public RichTextBuilder ( ) : System
Résultat System