Méthode | Description | |
---|---|---|
GetStringBuilder ( ) : |
Returns the underlying StringBuilder.
|
|
GetStyles ( ) : IEnumerable |
Returns a StyleRun enumerable built by the StyleRunWriter thus far.
|
|
StyleRunWriter ( |
Initializes a new instance of the StyleRunWriter class.
|
|
Write ( string value, int style ) : void |
Writes a run of the specified string length in the specified style.
|
public GetStringBuilder ( ) : |
||
Résultat |
public StyleRunWriter ( |
||
stringBuilder | The optional |
|
Résultat | System.Collections.Generic |
public Write ( string value, int style ) : void | ||
value | string |
/// The string that determines the run length. If a |
style | int | The zero-based index of the style for this run. |
Résultat | void |