Property | Type | Description | |
---|---|---|---|
Selection | Selection |
Method | Description | |
---|---|---|
MultiLineInsertData ( |
||
MultiLineInsertData ( |
Method | Description | |
---|---|---|
AdvancePastLineBreak ( int offset, string input ) : int |
Offset is the index of \r or \n in input. Return index + 1 unless we find a \r\n sequence exactly at index.
|
|
BackPastLineBreak ( int offset, string input ) : int |
Offset is the index of the character after \r or \n in input. Return index -1 unless we find a \r\n sequence ending exactly at the character before index.
|
public MultiLineInsertData ( |
||
whereToInsert | ||
stringToInsert | List |
|
styles | List |
|
return | System |
public MultiLineInsertData ( |
||
whereToInsert | ||
stringToInsert | string | |
styles | List |
|
return | System |