| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<HyperlinkRecord> | InternalWorkbook. getHyperlinks() | 
| Modifier and Type | Method and Description | 
|---|---|
| HyperlinkRecord | HyperlinkRecord. clone()Deprecated.  | 
| HyperlinkRecord | HyperlinkRecord. copy() | 
| Constructor and Description | 
|---|
| HyperlinkRecord(HyperlinkRecord other) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HyperlinkRecord | HSSFHyperlink. recordLow-level record object that stores the actual hyperlink data | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | HSSFSheet. removeHyperlink(HyperlinkRecord link)Remove the underlying HyperlinkRecord from this sheet | 
| Constructor and Description | 
|---|
| HSSFHyperlink(HyperlinkRecord record)Initialize the hyperlink by a  HyperlinkRecordrecord | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.