public final class XSSFTableName extends Object
Modifier | Constructor and Description |
---|---|
protected |
XSSFTableName(XSSFTable table,
XSSFWorkbook workbook)
Creates an XSSFName object - called internally by XSSFWorkbook.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares this name to the specified object.
|
XSSFTable |
getTable() |
String |
getTableNameName()
Returns the name that will appear in the user interface for the table name.
|
int |
hashCode() |
void |
setTableNameName(String name)
Sets the name that will appear in the user interface for the defined name.
|
protected XSSFTableName(XSSFTable table, XSSFWorkbook workbook)
name
- - the xml bean that holds data represenring this defined name.workbook
- - the workbook object associated with the nameXSSFWorkbook.createName()
public XSSFTable getTable()
public String getTableNameName()
public void setTableNameName(String name)
public boolean equals(Object o)
true
if the argument is XSSFName and the
underlying CTDefinedName bean equals to the CTDefinedName representing this nameCopyright © 2020. All rights reserved.