|
||||||||||
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 Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Jakarta POI Project |
Uses of NameRecord in org.apache.poi.hssf.model |
Methods in org.apache.poi.hssf.model that return NameRecord | |
NameRecord |
Workbook.getNameRecord(int index)
gets the name record |
NameRecord |
Workbook.createName()
creates new name |
NameRecord |
Workbook.addName(NameRecord name)
creates new name |
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. |
|
jakarta-poi 1.10.0-dev | |||||||||
PREV NEXT | FRAMES NO FRAMES |