|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NameRecord | |
---|---|
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
Uses of NameRecord in org.apache.poi.hssf.model |
---|
Methods in org.apache.poi.hssf.model that return NameRecord | |
---|---|
NameRecord |
InternalWorkbook.addName(NameRecord name)
adds a name record |
NameRecord |
InternalWorkbook.cloneFilter(int filterDbNameIndex,
int newSheetIndex)
|
NameRecord |
InternalWorkbook.createBuiltInName(byte builtInName,
int sheetNumber)
Generates a NameRecord to represent a built-in region |
NameRecord |
InternalWorkbook.createName()
creates new name |
NameRecord |
InternalWorkbook.getNameRecord(int index)
gets the name record |
NameRecord |
InternalWorkbook.getSpecificBuiltinRecord(byte name,
int sheetNumber)
Retrieves the Builtin NameRecord that matches the name and index There shouldn't be too many names to make the sequential search too slow |
Methods in org.apache.poi.hssf.model with parameters of type NameRecord | |
---|---|
NameRecord |
InternalWorkbook.addName(NameRecord name)
adds a name record |
NameCommentRecord |
InternalWorkbook.getNameCommentRecord(NameRecord nameRecord)
gets the name comment record |
Uses of NameRecord in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return NameRecord | |
---|---|
NameRecord |
HSSFWorkbook.getNameRecord(int nameIndex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |