Uses of Class
loci.poi.hssf.record.NameRecord
Packages that use NameRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of NameRecord in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return NameRecordModifier and TypeMethodDescriptionWorkbook.addName(NameRecord name) creates new nameWorkbook.createBuiltInName(byte builtInName, int index) Generates a NameRecord to represent a built-in regionWorkbook.createName()creates new nameWorkbook.getNameRecord(int index) gets the name recordWorkbook.getSpecificBuiltinRecord(byte name, int sheetIndex) 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 loci.poi.hssf.model with parameters of type NameRecord -
Uses of NameRecord in loci.poi.hssf.usermodel
Constructors in loci.poi.hssf.usermodel with parameters of type NameRecordModifierConstructorDescriptionprotectedHSSFName(Workbook book, NameRecord name) Creates new HSSFName - called by HSSFWorkbook to create a sheet from scratch.