Package org.apache.poi.xssf.model
Class ExternalLinksTable.ExternalName
- java.lang.Object
-
- org.apache.poi.xssf.model.ExternalLinksTable.ExternalName
-
- All Implemented Interfaces:
Name
- Enclosing class:
- ExternalLinksTable
protected class ExternalLinksTable.ExternalName extends Object implements Name
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExternalName(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExternalDefinedName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()StringgetNameName()StringgetRefersToFormula()intgetSheetIndex()StringgetSheetName()booleanisDeleted()booleanisFunctionName()booleanisHidden()voidsetComment(String comment)voidsetFunction(boolean value)voidsetNameName(String name)voidsetRefersToFormula(String formulaText)voidsetSheetIndex(int sheetId)
-
-
-
Method Detail
-
getNameName
public String getNameName()
- Specified by:
getNameNamein interfaceName
-
setNameName
public void setNameName(String name)
- Specified by:
setNameNamein interfaceName
-
getSheetName
public String getSheetName()
- Specified by:
getSheetNamein interfaceName
-
getSheetIndex
public int getSheetIndex()
- Specified by:
getSheetIndexin interfaceName
-
setSheetIndex
public void setSheetIndex(int sheetId)
- Specified by:
setSheetIndexin interfaceName
-
getRefersToFormula
public String getRefersToFormula()
- Specified by:
getRefersToFormulain interfaceName
-
setRefersToFormula
public void setRefersToFormula(String formulaText)
- Specified by:
setRefersToFormulain interfaceName
-
isFunctionName
public boolean isFunctionName()
- Specified by:
isFunctionNamein interfaceName
-
getComment
public String getComment()
- Specified by:
getCommentin interfaceName
-
setComment
public void setComment(String comment)
- Specified by:
setCommentin interfaceName
-
setFunction
public void setFunction(boolean value)
- Specified by:
setFunctionin interfaceName
-
-