to_image方法
to_image(self, cell, img_opts)
将单元格中的数据条渲染为图像字节数组。
返回
def to_image(self, cell, img_opts):
...
范围 | 类型 | 描述 |
---|---|---|
cell | Cell | 指示数据栏在哪个单元格中呈现 |
img_opts | aspose.cells.rendering.ImageOrPrintOptions | ImageOrPrintOptions 包含输出图像的一些属性 |
将单元格中的数据条渲染为图像字节数组。
def to_image(self, cell, img_opts):
...
范围 | 类型 | 描述 |
---|---|---|
cell | Cell | 指示数据栏在哪个单元格中呈现 |
img_opts | aspose.cells.rendering.ImageOrPrintOptions | ImageOrPrintOptions 包含输出图像的一些属性 |