mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -2,10 +2,21 @@ package cn.hutool.poi.excel.style;
|
||||
|
||||
/**
|
||||
* 对齐方式枚举
|
||||
*
|
||||
*
|
||||
* @author looly
|
||||
* @since 4.1.0
|
||||
*/
|
||||
public enum Align {
|
||||
LEFT, RIGHT, CENTER
|
||||
/**
|
||||
* 左对齐
|
||||
*/
|
||||
LEFT,
|
||||
/**
|
||||
* 右对齐
|
||||
*/
|
||||
RIGHT,
|
||||
/**
|
||||
* 居中
|
||||
*/
|
||||
CENTER
|
||||
}
|
||||
|
Reference in New Issue
Block a user