|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.usermodel.HSSFName
public class HSSFName
Title: High Level Represantion of Named Range
REFERENCE:
Constructor Summary | |
---|---|
protected |
HSSFName(HSSFWorkbook book,
NameRecord name)
Creates new HSSFName - called by HSSFWorkbook to create a sheet from scratch. |
Method Summary | |
---|---|
java.lang.String |
getNameName()
gets the name of the named range |
java.lang.String |
getReference()
gets the reference of the named range |
java.lang.String |
getSheetName()
Get the sheets name which this named range is referenced to |
boolean |
isDeleted()
Tests if this name points to a cell that no longer exists |
void |
setNameName(java.lang.String nameName)
sets the name of the named range |
void |
setReference(java.lang.String ref)
sets the reference of this named range |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected HSSFName(HSSFWorkbook book, NameRecord name)
name
- the Name Recordbook
- lowlevel Workbook object associated with the sheet.HSSFWorkbook.createName()
Method Detail |
---|
public java.lang.String getSheetName()
public java.lang.String getNameName()
public void setNameName(java.lang.String nameName)
nameName
- named range name to setpublic java.lang.String getReference()
public void setReference(java.lang.String ref)
ref
- the reference to setpublic boolean isDeleted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |