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

com.github.stupdit1t.excel.style.CellPosition Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package com.github.stupdit1t.excel.style;

/**
 * 样式位置
 *
 */
public enum CellPosition {

	/**
	 * 大标题
	 */
	TITLE,

    /**
     * 标题头部
     */
    HEADER,

    /**
     * 单元格
     */
    CELL,

    /**
     * 尾部
     */
    FOOTER,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy