Uses of Enum Class
org.miaixz.bus.office.excel.style.LineStyle
Packages that use LineStyle
Package
Description
Excel样式封装
Excel生成封装
-
Uses of LineStyle in org.miaixz.bus.office.excel.style
Methods in org.miaixz.bus.office.excel.style that return LineStyleModifier and TypeMethodDescriptionShapeConfig.getLineStyle()获取线条样式static LineStyleReturns the enum constant of this class with the specified name.static LineStyle[]LineStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.office.excel.style with parameters of type LineStyle -
Uses of LineStyle in org.miaixz.bus.office.excel.writer
Methods in org.miaixz.bus.office.excel.writer with parameters of type LineStyleModifier and TypeMethodDescriptionExcelWriter.writeLineShape(SimpleAnchor clientAnchor, LineStyle lineStyle, int lineWidth, Color lineColor) 绘制线条