类的使用
com.grapecity.documents.excel.ImageSaveOptions
-
com.grapecity.documents.excel中ImageSaveOptions的使用
修饰符和类型方法说明void
IRange.toImage
(OutputStream stream, ImageType imageType, ImageSaveOptions options) 保存范围到指定的图像文件,使用选项。void
IRange.toImage
(String imageFile, ImageSaveOptions options) 保存范围到指定的图像文件,使用选项。void
IWorksheet.toImage
(OutputStream stream, ImageType imageType, ImageSaveOptions options) 保存工作表到指定的图像文件,使用选项。void
IWorksheet.toImage
(String imageFile, ImageSaveOptions options) 保存工作表到指定的图像文件,使用设置的选项。 -
com.grapecity.documents.excel.drawing中ImageSaveOptions的使用
修饰符和类型方法说明void
IShape.toImage
(OutputStream stream, ImageType imageType, ImageSaveOptions options) 保存形状到指定的图像流。void
IShape.toImage
(String fileName, ImageSaveOptions options) 保存形状到指定的图像文件,使用指定的选项。