[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/reference.html
Jan Holesovsky
kendy at collabora.com
Tue Jan 12 02:33:23 PST 2016
loleaflet/reference.html | 15 +++++++++++++++
1 file changed, 15 insertions(+)
New commits:
commit 65d4ecad90e94c3aa1ba03b3252a79765b84c7cf
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Jan 12 11:31:09 2016 +0100
loleaflet: Document how to insert a table via .uno: command.
diff --git a/loleaflet/reference.html b/loleaflet/reference.html
index 07c290c..a73b8ae 100644
--- a/loleaflet/reference.html
+++ b/loleaflet/reference.html
@@ -8318,6 +8318,21 @@ var unoCommands = [
},
{
+ uno: '.uno:InsertTable',
+ parameter: {
+ 'Columns': {
+ 'type': 'long',
+ 'value': 6
+ },
+ 'Rows': {
+ 'type': "long",
+ 'value': 10
+ }
+ },
+ description: 'Insert table with the given dimensions.'
+},
+
+{
uno: '.uno:Italic',
parameter: null,
description: 'Italic.'
More information about the Libreoffice-commits
mailing list