| Package | Description |
|---|---|
| org.xlsx4j.sml |
| Modifier and Type | Field and Description |
|---|---|
protected STCellType |
Cell.t |
protected STCellType |
CTExternalCell.t |
| Modifier and Type | Method and Description |
|---|---|
static STCellType |
STCellType.fromValue(String v) |
STCellType |
Cell.getT()
Gets the value of the t (Cell Data Type) property.
|
STCellType |
CTExternalCell.getT()
Gets the value of the t property.
|
static STCellType |
STCellType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STCellType[] |
STCellType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setT(STCellType value)
Sets the value of the t property.
|
void |
CTExternalCell.setT(STCellType value)
Sets the value of the t property.
|
Copyright © 2007-2021. All Rights Reserved.