Package | Description |
---|---|
org.dromara.hutool.poi.excel.style |
Excel样式封装,入口为:StyleUtil
|
org.dromara.hutool.poi.excel.writer |
Excel生成封装
|
Modifier and Type | Method and Description |
---|---|
LineStyle |
ShapeConfig.getLineStyle()
获取线条样式
|
static LineStyle |
LineStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineStyle[] |
LineStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ShapeConfig |
ShapeConfig.setLineStyle(LineStyle lineStyle)
设置线条样式
|
Modifier and Type | Method and Description |
---|---|
ExcelWriter |
ExcelWriter.writeLineShape(SimpleClientAnchor clientAnchor,
LineStyle lineStyle,
int lineWidth,
Color lineColor)
绘制线条
|
Copyright © 2025. All rights reserved.