lok: start describing UNO commands used through LOK
Change-Id: I44ce5a8a7ef939cbe48f6164284fae88a090a724
This commit is contained in:
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
|
Reference in New Issue
Block a user