Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
List<HyperlinkRecord> |
InternalWorkbook.getHyperlinks() |
Modifier and Type | Field and Description |
---|---|
protected HyperlinkRecord |
HSSFHyperlink.record
Low-level record object that stores the actual hyperlink data
|
Constructor and Description |
---|
HSSFHyperlink(HyperlinkRecord record)
Initialize the hyperlink by a
HyperlinkRecord record |
Copyright © 2020. All rights reserved.