Метод | Описание | |
---|---|---|
Contains ( int offset ) : bool |
Gets whether the specified offset is included in the selection.
|
|
CreateDataObject ( |
Creates a data object containing the selection's text.
|
|
CreateHtmlFragment ( |
Creates a HTML fragment for the selected text.
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetText ( |
Gets the selected text.
|
|
IsFindOnPageSelection ( ) : bool | ||
IsMultiline ( |
Gets whether the selection is multi-line.
|
|
ReplaceSelectionWithText ( |
Replaces the selection with the specified text.
|
|
SetEndpoint ( int newEndOffset ) : |
Returns a new selection with the changed end point.
|
|
StartSelectionOrSetEndpoint ( int startOffset, int newEndOffset ) : |
If this selection is empty, starts a new selection from startOffset to newEndOffset, otherwise, changes the endpoint of this selection.
|
|
UpdateOnDocumentChange ( ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs e ) : |
Updates the selection when the document changes.
|
public CreateDataObject ( |
||
textArea | ||
Результат | System.Windows.DataObject |
public CreateHtmlFragment ( |
||
textArea | ||
options | ||
Результат | string |
public abstract Equals ( object obj ) : bool | ||
obj | object | |
Результат | bool |
public GetText ( |
||
document | ||
Результат | string |
public IsMultiline ( |
||
document | ||
Результат | bool |
public abstract ReplaceSelectionWithText ( |
||
textArea | ||
newText | string | |
Результат | void |
public abstract SetEndpoint ( int newEndOffset ) : |
||
newEndOffset | int | |
Результат |
public StartSelectionOrSetEndpoint ( int startOffset, int newEndOffset ) : |
||
startOffset | int | |
newEndOffset | int | |
Результат |
public abstract UpdateOnDocumentChange ( ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs e ) : |
||
e | ICSharpCode.AvalonEdit.Document.DocumentChangeEventArgs | |
Результат |