cn.hutool.poi.excel.style.Align Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hutool-poi Show documentation
Show all versions of hutool-poi Show documentation
Hutool POI工具类(对Office文档、OFD等操作)
package cn.hutool.poi.excel.style;
/**
* 对齐方式枚举
*
* @author looly
* @since 4.1.0
*/
public enum Align {
LEFT, RIGHT, CENTER
}