ddf82cd0ed
Change-Id: I44ce5a8a7ef939cbe48f6164284fae88a090a724
15 lines
286 B
Text
15 lines
286 B
Text
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
|