blob: b949c4d6748c19146076c3cb755eb6dffb53fa6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|