메소드 | 설명 | |
---|---|---|
AddCharToCurrentLine ( char c ) : void | ||
AddRuns ( IEnumerable |
||
AddTextRunToCurrentLine ( |
||
AddTextRunsToCurrentLine ( IEnumerable |
||
CancelSelect ( ) : void | ||
Clear ( ) : void | ||
CopyAllToPlainText ( System.StringBuilder output ) : void | ||
CopyCurrentLine ( System.StringBuilder output ) : void | ||
CopyLine ( int lineNum, System.StringBuilder output ) : void | ||
CopySelectedTextToPlainText ( System.StringBuilder stBuilder ) : void | ||
DoBackspace ( ) : bool | ||
DoDelete ( ) : |
||
DoEnd ( ) : void | ||
DoFormatSelection ( |
||
DoHome ( ) : void | ||
EndSelect ( ) : void | ||
EndSelectIfNoSelection ( ) : void | ||
FindTextRunOnPosition ( int x, int y ) : |
||
GetCurrentPointInfo ( ) : |
||
GetFirstTextStyleInSelectedRange ( ) : |
||
GetNextCharacterWidth ( ) : int | ||
InternalTextLayerController ( |
||
LoadTextRun ( IEnumerable |
||
ReplaceCurrentLineTextRun ( IEnumerable |
||
ReplaceCurrentTextRunContent ( int nBackSpace, |
||
ReplaceLine ( int lineNum, IEnumerable |
||
ReplaceLocalContent ( int nBackSpace, string content ) : void | ||
ReverseLastUndoAction ( ) : void | ||
SetCaretPos ( int x, int y ) : void | ||
SplitCurrentLineIntoNewLine ( ) : void | ||
StartSelect ( ) : void | ||
StartSelectIfNoSelection ( ) : void | ||
UndoLastAction ( ) : void | ||
UpdateSelectionRange ( ) : void |
메소드 | 설명 | |
---|---|---|
JoinWithNextLine ( ) : void | ||
RemoveSelectedText ( ) : |
||
SplitSelectedText ( ) : void |
public AddTextRunToCurrentLine ( |
||
t | ||
리턴 | void |
public AddTextRunsToCurrentLine ( IEnumerable |
||
textRuns | IEnumerable |
|
리턴 | void |
public CopyAllToPlainText ( System.StringBuilder output ) : void | ||
output | System.StringBuilder | |
리턴 | void |
public CopyCurrentLine ( System.StringBuilder output ) : void | ||
output | System.StringBuilder | |
리턴 | void |
public CopyLine ( int lineNum, System.StringBuilder output ) : void | ||
lineNum | int | |
output | System.StringBuilder | |
리턴 | void |
public CopySelectedTextToPlainText ( System.StringBuilder stBuilder ) : void | ||
stBuilder | System.StringBuilder | |
리턴 | void |
public DoDelete ( ) : |
||
리턴 |
public DoFormatSelection ( |
||
textStyle | ||
리턴 | void |
public FindTextRunOnPosition ( int x, int y ) : |
||
x | int | |
y | int | |
리턴 |
public GetCurrentPointInfo ( ) : |
||
리턴 |
public GetFirstTextStyleInSelectedRange ( ) : |
||
리턴 |
public InternalTextLayerController ( |
||
visualTextSurface | ||
textLayer | ||
리턴 | System |
public ReplaceCurrentLineTextRun ( IEnumerable |
||
textruns | IEnumerable |
|
리턴 | void |
public ReplaceCurrentTextRunContent ( int nBackSpace, |
||
nBackSpace | int | |
newTextRun | ||
리턴 | void |
public ReplaceLine ( int lineNum, IEnumerable |
||
lineNum | int | |
textruns | IEnumerable |
|
리턴 | void |
public ReplaceLocalContent ( int nBackSpace, string content ) : void | ||
nBackSpace | int | |
content | string | |
리턴 | void |