public class CellData extends Object
| 构造器和说明 |
|---|
CellData() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCol() |
String |
getContent() |
TableHeader |
getHeader() |
String |
getProperty() |
int |
getRow() |
int |
getSpan() |
void |
setCol(int col) |
void |
setContent(String content) |
void |
setHeader(TableHeader header) |
void |
setProperty(String property) |
void |
setRow(int row) |
void |
setSpan(int span) |
public int getSpan()
public void setSpan(int span)
public int getRow()
public void setRow(int row)
public int getCol()
public void setCol(int col)
public String getProperty()
public void setProperty(String property)
public TableHeader getHeader()
public void setHeader(TableHeader header)
public String getContent()
public void setContent(String content)
Copyright © 2023 Bstek. All rights reserved.