![JAR search and dependency download from the Maven repository](/logo.png)
com.github.stupdit1t.excel.style.CellPosition Maven / Gradle / Ivy
package com.github.stupdit1t.excel.style;
/**
* 样式位置
*
*/
public enum CellPosition {
/**
* 大标题
*/
TITLE,
/**
* 标题头部
*/
HEADER,
/**
* 单元格
*/
CELL,
/**
* 尾部
*/
FOOTER,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy