All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.hutool.poi.excel.style.Align Maven / Gradle / Ivy

There is a newer version: 5.8.33
Show newest version
package cn.hutool.poi.excel.style;

/**
 * 对齐方式枚举
 * 
 * @author looly
 * @since 4.1.0
 */
public enum Align {
	LEFT, RIGHT, CENTER
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy