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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ro.sync.ecss.component.AuthorClipboardObject
getAuthorObjectFromClipboard()
Get the author object previously copied in the clipboard.java.lang.String
getTextFromClipboard()
Gets the text from the clipboard.
-
-
-
Method Detail
-
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
java.lang.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
-
-