T
- 子类public interface MarkTextColor<T extends MarkTextColor<T>>
文件名:MarkTextColor.java
用途: 规定可对写入文本内容字体颜色进行更改的基本方法
编码时间:2021年5月18日上午8:30:35
修改时间:2022年10月19日 上午10:30:32
Modifier and Type | Method and Description |
---|---|
T |
changeTextColor(org.apache.poi.ss.usermodel.IndexedColors indexedColors,
String field,
int... textIndexs)
用于对指定文本内容的字体颜色进行更改
|
static final String KEY_COLOR
Copyright © 2024. All rights reserved.