Package ro.sync.ecss.extensions.api
Interface AuthorClipboardAccess
- All Known Subinterfaces:
AuthorAccess
@API(type=EXTENDABLE,
src=PUBLIC)
public interface AuthorClipboardAccess
Access to various content data in the system clipboard.
- Since:
- 25.0
-
Method Summary
Modifier and TypeMethodDescriptionro.sync.ecss.component.AuthorClipboardObject
Get the author object previously copied in the clipboard.Gets the text from the clipboard.
-
Method Details
-
getAuthorObjectFromClipboard
ro.sync.ecss.component.AuthorClipboardObject getAuthorObjectFromClipboard()Get the author object previously copied in the clipboard.
Not implemented for the WebAuthor distribution.- Returns:
- The author object from the clipboard or
null
if no such object exists. - Since:
- 17.1
-
getTextFromClipboard
String getTextFromClipboard()Gets the text from the clipboard.
Not implemented for the WebAuthor distribution.- Returns:
- The text from the clipboard or
null
if no such object exists. - Since:
- 25.0
-