| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) List<ComplexCell> |
complexFooter
复杂表头设计容器
|
| 限定符和类型 | 方法和说明 |
|---|---|
OpsFooter<R> |
text(String text,
Integer... locationIndex)
获取复杂表头设计
|
OpsFooter<R> |
text(String text,
Integer[] locationIndex,
java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Font,org.apache.poi.ss.usermodel.CellStyle> style)
获取复杂表头设计
|
OpsFooter<R> |
text(String text,
String location)
获取复杂表头设计
|
OpsFooter<R> |
text(String text,
String location,
java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Font,org.apache.poi.ss.usermodel.CellStyle> style)
获取复杂表头设计
|
List<ComplexCell> complexFooter
public OpsFooter<R> text(String text, String location)
text - 表头文字location - 文字位置, 如填写1,3,A,C 或 A1:C3public OpsFooter<R> text(String text, String location, java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Font,org.apache.poi.ss.usermodel.CellStyle> style)
text - 表头文字location - 文字位置, 如填写1,3,A,C 或 A1:C3style - 表头样式public OpsFooter<R> text(String text, Integer... locationIndex)
text - 表头位置locationIndex - 表头位置, 下标0开始, 如 0,2,0,2public OpsFooter<R> text(String text, Integer[] locationIndex, java.util.function.BiConsumer<org.apache.poi.ss.usermodel.Font,org.apache.poi.ss.usermodel.CellStyle> style)
text - 表头位置locationIndex - 表头位置, 下标0开始, 如 0,2,0,2style - 表头样式Copyright © 2023. All rights reserved.