abstract fun paste(text: String): Int
Pastes the given text into the current caret position.
Return
1 if possible, 0 otherwise.
abstract fun <PFRML : Any> paste(target: PFRML, text: String): Int
Pastes the given text into the target.
Return
1 if possible, 0 otherwise.