public class Clipboard
extends com.smoothcsv.core.macro.apiimpl.APIBase
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
readText()
Returns the content in the clipboard as plain text.
|
static void |
writeText(java.lang.String text)
Writes the text into the clipboard as plain text.
|