Uses of Enum Class
org.miaixz.bus.office.excel.shape.ExcelPictureType
Packages that use ExcelPictureType
Package
Description
单元格值自定义设置器,主要用于Excel数据导出,用户通过自定义此接口,实现可定制化的单元格值设定
Excel中绘图相关操作
Excel生成封装
-
Uses of ExcelPictureType in org.miaixz.bus.office.excel.cell.setters
Constructors in org.miaixz.bus.office.excel.cell.setters with parameters of type ExcelPictureTypeModifierConstructorDescriptionPictureCellSetter(byte[] pictureData, ExcelPictureType pictureType) 构造 -
Uses of ExcelPictureType in org.miaixz.bus.office.excel.shape
Methods in org.miaixz.bus.office.excel.shape that return ExcelPictureTypeModifier and TypeMethodDescriptionstatic ExcelPictureType获取图片类型static ExcelPictureTypeReturns the enum constant of this class with the specified name.static ExcelPictureType[]ExcelPictureType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExcelPictureType in org.miaixz.bus.office.excel.writer
Methods in org.miaixz.bus.office.excel.writer with parameters of type ExcelPictureTypeModifier and TypeMethodDescriptionstatic voidExcelDrawing.drawingPicture(org.apache.poi.ss.usermodel.Sheet sheet, byte[] pictureData, ExcelPictureType imgType, SimpleAnchor clientAnchor) 写出图片,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 添加图片到当前sheet中ExcelWriter.writeImg(byte[] pictureData, ExcelPictureType imgType, SimpleAnchor clientAnchor) 写出数据,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 添加图片到当前sheet中ExcelWriter.writeImg(File imgFile, ExcelPictureType imgType, SimpleAnchor clientAnchor) 写出数据,本方法只是将数据写入Workbook中的Sheet,并不写出到文件 添加图片到当前sheet中