Method | Description | |
---|---|---|
GetStringBuilder ( ) : StringBuilder |
Returns the underlying StringBuilder.
|
|
GetStyles ( ) : IEnumerable |
Returns a StyleRun enumerable built by the StyleRunWriter thus far.
|
|
StyleRunWriter ( ) : System | ||
StyleRunWriter ( StringBuilder stringBuilder ) : System |
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 StyleRunWriter ( StringBuilder stringBuilder ) : System | ||
stringBuilder | StringBuilder | The optional |
return | System |
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. |
return | void |