From 143156eabff494e7dce7946e2b210be2cf4f9ecc Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 11:30:59 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index be4e8d75..5d7ec8ce 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1121,12 +1121,23 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { }, + /** + * writeImage: + * write an image in old gnumberic format (needs base64 data to write it) + * + * + * @param {Number} row row to put it in (rows start at 0) + * @param {Number} col column to put it in + * @param {Number} data the base64 description of the images + * @param {Number} width image width + * @param {Number} width image height + * + */ writeImageOld : function (row, col, data, width, height, type) { }, - /** * writeImage: * write an image (needs base64 data to write it) -- 2.39.2