Uses of Class
org.apache.poi.hssf.record.NameRecord

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 Workbook.addName(NameRecord name)
          creates new name
 NameRecord Workbook.createBuiltInName(byte builtInName, int index)
          Generates a NameRecord to represent a built-in region
 NameRecord Workbook.createName()
          creates new name
 NameRecord Workbook.getNameRecord(int index)
          gets the name record
 NameRecord Workbook.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 slow
 

Methods in org.apache.poi.hssf.model with parameters of type NameRecord
 NameRecord Workbook.addName(NameRecord name)
          creates new name
 

Uses of NameRecord in org.apache.poi.hssf.usermodel
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type NameRecord
HSSFName(Workbook book, NameRecord name)
          Creates new HSSFName - called by HSSFWorkbook to create a sheet from scratch.
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.