public class Td extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
col
所在列
|
int |
colSpan
跨列数
|
Comment |
comment
批注
|
String |
content
内容
|
Date |
date
时间是常用对象,特殊化
|
File |
file
文件
|
InputStream |
fileIs
文件流
|
List<Font> |
fonts |
String |
format
格式化
|
boolean |
formula
公式
|
String |
link
链接
|
LocalDate |
localDate |
LocalDateTime |
localDateTime |
PromptContainer |
promptContainer |
int |
row
所在行
|
int |
rowSpan
跨行数
|
Slant |
slant
斜线
|
Map<String,String> |
style
单元格样式
|
ContentTypeEnum |
tdContentType
内容类型
|
boolean |
th
是否为th
|
| 构造器和说明 |
|---|
Td(int row,
int col) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColBound() |
int |
getRowBound() |
void |
setColSpan(int colSpan) |
void |
setRowSpan(int rowSpan) |
public int row
public int col
public int rowSpan
public int colSpan
public String content
public ContentTypeEnum tdContentType
public boolean th
public boolean formula
public String link
public File file
public InputStream fileIs
public String format
public Date date
public LocalDate localDate
public LocalDateTime localDateTime
public PromptContainer promptContainer
public Slant slant
public Comment comment
Copyright © 2023. All rights reserved.