(js)
|
abstract fun availableFormats(type: String? = definedExternally): Array<String> |
(js)
|
abstract fun clear(type: String? = definedExternally): Unit |
(js)
|
abstract fun has(format: String, type: String? = definedExternally): Boolean |
(js)
|
abstract fun read(format: String): String |
(js)
|
abstract fun readBookmark(): ReadBookmark |
(js)
|
abstract fun readBuffer(format: String): Buffer |
(js)
|
abstract fun readFindText(): String |
(js)
|
abstract fun readHTML(type: String? = definedExternally): String |
(js)
|
abstract fun readImage(type: String? = definedExternally): NativeImage |
(js)
|
abstract fun readRTF(type: String? = definedExternally): String |
(js)
|
abstract fun readText(type: String? = definedExternally): String |
(js)
|
abstract fun write(data: Data, type: String? = definedExternally): Unit |
(js)
|
abstract fun writeBookmark(title: String, url: String, type: String? = definedExternally): Unit |
(js)
|
abstract fun writeBuffer(format: String, buffer: Buffer, type: String? = definedExternally): Unit |
(js)
|
abstract fun writeFindText(text: String): Unit |
(js)
|
abstract fun writeHTML(markup: String, type: String? = definedExternally): Unit |
(js)
|
abstract fun writeImage(image: NativeImage, type: String? = definedExternally): Unit |
(js)
|
abstract fun writeRTF(text: String, type: String? = definedExternally): Unit |
(js)
|
abstract fun writeText(text: String, type: String? = definedExternally): Unit |