The members of Android.Text.Selection are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | SelectionEnd | Java.Lang.Object. |
[read-only] static | SelectionStart | Java.Lang.Object. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | ExtendDown(ISpannable, Layout)Move the selection end to the buffer offset physically below the current selection end. | |
static | ExtendLeft(ISpannable, Layout)Move the selection end to the buffer offset physically to the left of the current selection end. | |
static | ExtendRight(ISpannable, Layout)Move the selection end to the buffer offset physically to the right of the current selection end. | |
static | ExtendSelection(ISpannable, int)Move the selection edge to offset index. | |
static | ExtendToLeftEdge(ISpannable, Layout) | |
static | ExtendToRightEdge(ISpannable, Layout) | |
static | ExtendUp(ISpannable, Layout)Move the selection end to the buffer offset physically above the current selection end. | |
static | GetSelectionEnd(Java.Lang.ICharSequence)Return the offset of the selection edge or cursor, or -1 if there is no selection or cursor. | |
static | GetSelectionEnd(string)Documentation for this section has not yet been entered. | |
static | GetSelectionStart(Java.Lang.ICharSequence)Return the offset of the selection anchor or cursor, or -1 if there is no selection or cursor. | |
static | GetSelectionStart(string)Documentation for this section has not yet been entered. | |
static | MoveDown(ISpannable, Layout)Move the cursor to the buffer offset physically below the current offset, to the end of the buffer if it is on the bottom line but not at the end, or return false if the cursor is already at the end of the buffer. | |
static | MoveLeft(ISpannable, Layout)Move the cursor to the buffer offset physically to the left of the current offset, or return false if the cursor is already at the left edge of the line and there is not another line to move it to. | |
static | MoveRight(ISpannable, Layout)Move the cursor to the buffer offset physically to the right of the current offset, or return false if the cursor is already at at the right edge of the line and there is not another line to move it to. | |
static | MoveToLeftEdge(ISpannable, Layout) | |
static | MoveToRightEdge(ISpannable, Layout) | |
static | MoveUp(ISpannable, Layout)Move the cursor to the buffer offset physically above the current offset, to the beginning if it is on the top line but not at the start, or return false if the cursor is already on the top line. | |
static | RemoveSelection(ISpannable)Remove the selection or cursor, if any, from the text. | |
static | SelectAll(ISpannable)Select the entire text. | |
static | SetSelection(ISpannable, int)Move the cursor to offset index. | |
static | SetSelection(ISpannable, int, int)Set the selection anchor to start and the selection edge to stop. |