public final class UITextDropAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Insert
Inserts the text at the provided location.
|
static long |
ReplaceAll
Replaces all the text in the target with the dropped text,
via `setAttributedText:`.
|
static long |
ReplaceSelection
If the target has a selection, replaces the selection with the dropped text.
|
public static final long Insert
public static final long ReplaceSelection
public static final long ReplaceAll