protected class ExternalLinksTable.ExternalName extends Object implements Name
| Modifier | Constructor and Description |
|---|---|
protected |
ExternalName(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExternalDefinedName name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getNameName() |
String |
getRefersToFormula() |
int |
getSheetIndex() |
String |
getSheetName() |
boolean |
isDeleted() |
boolean |
isFunctionName() |
boolean |
isHidden() |
void |
setComment(String comment) |
void |
setFunction(boolean value) |
void |
setNameName(String name) |
void |
setRefersToFormula(String formulaText) |
void |
setSheetIndex(int sheetId) |
protected ExternalName(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExternalDefinedName name)
public String getNameName()
getNameName in interface Namepublic void setNameName(String name)
setNameName in interface Namepublic String getSheetName()
getSheetName in interface Namepublic int getSheetIndex()
getSheetIndex in interface Namepublic void setSheetIndex(int sheetId)
setSheetIndex in interface Namepublic String getRefersToFormula()
getRefersToFormula in interface Namepublic void setRefersToFormula(String formulaText)
setRefersToFormula in interface Namepublic boolean isFunctionName()
isFunctionName in interface Namepublic String getComment()
getComment in interface Namepublic void setComment(String comment)
setComment in interface Namepublic void setFunction(boolean value)
setFunction in interface Name