lok: start describing UNO commands used through LOK
Change-Id: I44ce5a8a7ef939cbe48f6164284fae88a090a724
This commit is contained in:
parent
473efc7a87
commit
ddf82cd0ed
1 changed files with 15 additions and 0 deletions
15
libreofficekit/UnoCommands.txt
Normal file
15
libreofficekit/UnoCommands.txt
Normal file
|
@ -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
|
Loading…
Reference in a new issue