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

com.github.zhangxd1989.basetool.poi.excel.style.Align Maven / Gradle / Ivy

package com.github.zhangxd1989.basetool.poi.excel.style;

/**
 * 对齐方式枚举
 *
 * @author sheldon
 */
public enum Align {
    /**
     * 左对齐
     */
    LEFT,
    /**
     * 右对齐
     */
    RIGHT,
    /**
     * 居中
     */
    CENTER
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy