在使用sheet.pictures.add("f"+v, imgs[v],685,243+(v*46.5),60,22); 方法添加的图片都能正常导出到pdf正常显示,
但是通过 //this._valueArr.push(valueObj);
GC.Spread.Sheets.CellTypes.Text.prototype.paint.call(this, ctx, "", "", "", width + 10, size,
hyperStyle, options);
GC.Spread.Sheets.CellTypes.Text.prototype.paint.call(this, ctx, "", startX, startY + i * 100,
80,
32, backgroundImgStyle, options);
}
添加的图片就不能导出到pdf正常显示
|
|