Property | Type | Description | |
---|---|---|---|
CssTextRun | |||
CssTextRun | |||
CssTextRun |
Method | Description | |
---|---|---|
CreateLineBreak ( ) : |
||
CreateSingleWhitespace ( ) : |
||
CreateTextRun ( int startIndex, int len ) : |
||
CreateWhitespace ( int count ) : |
||
MakeLength1 ( ) : void | ||
ToString ( ) : string |
Represents this word for debugging purposes
|
|
WriteContent ( System stbuilder, int start, int length ) : void |
Method | Description | |
---|---|---|
CssTextRun ( CssRunKind kind ) | ||
CssTextRun ( CssRunKind rectKind, int start, int len ) |
Init.
|
|
CssTextRun ( int whiteSpaceLength ) |
public static CreateLineBreak ( ) : |
||
return |
public static CreateSingleWhitespace ( ) : |
||
return |
public static CreateTextRun ( int startIndex, int len ) : |
||
startIndex | int | |
len | int | |
return |
public static CreateWhitespace ( int count ) : |
||
count | int | |
return |
public WriteContent ( System stbuilder, int start, int length ) : void | ||
stbuilder | System | |
start | int | |
length | int | |
return | void |