diff options
Diffstat (limited to '')
-rw-r--r-- | libreofficekit/UnoCommands.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libreofficekit/UnoCommands.txt b/libreofficekit/UnoCommands.txt new file mode 100644 index 000000000..b949c4d67 --- /dev/null +++ b/libreofficekit/UnoCommands.txt @@ -0,0 +1,15 @@ +This document describes UNO commands that are (know to be) used with LOK. + +Command: ".uno:InsertGraphic" + +JSON parameters: + +{ + "FileName" : + { + "type" : "string", + "value" : "<fileURL>" + } +} + +where <fileURL> is URL encoded string, e.g. file:///home/user/file.odt |