Uses of Class
org.apache.poi.hssf.record.NameRecord
-
Packages that use NameRecord Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of NameRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return NameRecord Modifier and Type Method Description NameRecord
InternalWorkbook. addName(NameRecord name)
adds a name recordNameRecord
InternalWorkbook. cloneFilter(int filterDbNameIndex, int newSheetIndex)
NameRecord
InternalWorkbook. createBuiltInName(byte builtInName, int sheetNumber)
Generates a NameRecord to represent a built-in regionNameRecord
InternalWorkbook. createName()
creates new nameNameRecord
InternalWorkbook. getNameRecord(int index)
gets the name recordNameRecord
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 slowMethods in org.apache.poi.hssf.model with parameters of type NameRecord Modifier and Type Method Description NameRecord
InternalWorkbook. addName(NameRecord name)
adds a name recordNameCommentRecord
InternalWorkbook. getNameCommentRecord(NameRecord nameRecord)
gets the name comment record -
Uses of NameRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return NameRecord Modifier and Type Method Description NameRecord
NameRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type NameRecord Constructor Description NameRecord(NameRecord other)
-
Uses of NameRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return NameRecord Modifier and Type Method Description NameRecord
HSSFWorkbook. getNameRecord(int nameIndex)
-