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