메소드 | 설명 | |
---|---|---|
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 StyleRunWriter ( |
||
stringBuilder | The optional |
|
리턴 | 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. |
리턴 | void |