summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-11-23 20:08:04 +0200
committerMihai Varga <mihai.varga@collabora.com>2015-11-30 11:16:53 +0200
commit46a726c22e68640bad8ea6dffc38fc8d0efd762e (patch)
treef0fbab806b947131686a8e15249dc007f353ecdc
parent4aafd56654e94ca660ec20d0b310e2c0a028537a (diff)
loleaflet: tested and document .uno:SetHyperlink'
-rw-r--r--loleaflet/reference.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index f8ad51f90..9996b4c8a 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -8140,6 +8140,22 @@ var unoCommands = [
},
{
+ uno: '.uno:SetHyperlink',
+ parameter: {
+ 'Hyperlink.Text': {
+ type: 'string',
+ value: 'some text'
+ },
+ 'Hyperlink.URL': {
+ type: 'string',
+ value: 'url'
+ }
+ },
+ description: 'Creates a hyperlink. If Hyperlink.Text is not specified, the hyperlink will be set for the current ' +
+ 'selection. Hyperlink.URL can be a web URL or a bookmark from the document.'
+},
+
+{
uno: '.uno:Shadowed',
parameter: null,
description: 'Shadowed.'