public class Table extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Table.Builder |
| 构造器和说明 |
|---|
Table() |
Table(Table.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getCells() |
TableProperty |
getProperty() |
static Table.Builder |
newBuilder() |
void |
setCells(String[] cells) |
void |
setProperty(TableProperty property) |
public Table()
public Table(Table.Builder builder)
public static Table.Builder newBuilder()
public String[] getCells()
public void setCells(String[] cells)
public TableProperty getProperty()
public void setProperty(TableProperty property)
Copyright © 2022. All rights reserved.