T
- 子类public interface MarkFieldBackground<T extends MarkFieldBackground<T>>
文件名:MarkFieldBackground.java
用途: 规定对字段所在位置的背景进行颜色标记的基本方法
编码时间:2021年5月19日上午7:58:01
修改时间:2021年5月19日上午7:58:01
Modifier and Type | Method and Description |
---|---|
T |
changeCaseBackground(org.apache.poi.ss.usermodel.IndexedColors indexedColors)
用于标记当前内容的所有字段背景颜色
|
T |
changeFieldBackground(String field,
org.apache.poi.ss.usermodel.IndexedColors indexedColors)
用于标记当前内容指定字段的背景颜色
|
T changeCaseBackground(org.apache.poi.ss.usermodel.IndexedColors indexedColors)
indexedColors
- 颜色枚举Copyright © 2024. All rights reserved.