Uses of Class
org.miaixz.bus.office.excel.style.ShapeConfig
Packages that use ShapeConfig
Package
Description
Excel样式封装
Excel生成封装
-
Uses of ShapeConfig in org.miaixz.bus.office.excel.style
Methods in org.miaixz.bus.office.excel.style that return ShapeConfigModifier and TypeMethodDescriptionstatic ShapeConfigShapeConfig.of()创建一个形状配置ShapeConfig.setFillColor(Color fillColor) 设置填充颜色,null表示不填充ShapeConfig.setLineColor(Color lineColor) 设置线条颜色ShapeConfig.setLineStyle(LineStyle lineStyle) 设置线条样式ShapeConfig.setLineWidth(int lineWidth) 设置线条宽度ShapeConfig.setShapeType(org.apache.poi.sl.usermodel.ShapeType shapeType) 设置形状类型 -
Uses of ShapeConfig in org.miaixz.bus.office.excel.writer
Methods in org.miaixz.bus.office.excel.writer with parameters of type ShapeConfigModifier and TypeMethodDescriptionstatic voidExcelDrawing.drawingSimpleShape(org.apache.poi.ss.usermodel.Sheet sheet, SimpleAnchor clientAnchor, ShapeConfig shapeConfig) 绘制简单形状ExcelWriter.writeSimpleShape(SimpleAnchor clientAnchor, ShapeConfig shapeConfig) 绘制简单形状