基于poi的xslf实现替代表格和操作图表
发布时间
阅读量:
阅读量
一、注解类
1.1图表行
package vip.xiaonuo.common.ppt.annotation;
import vip.xiaonuo.common.ppt.enums.ChartsTypesEnum;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/** * @Author: zxh
* @Date: 2024/05/14/11:43
* @Description:
*/
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface PPTChartCat {
/** * 图表cat的名称
* @return
全部评论 (0)
还没有任何评论哟~
