|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HyperlinkRecord | |
|---|---|
| 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 | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
| Uses of HyperlinkRecord in org.apache.poi.hssf.model |
|---|
| Methods in org.apache.poi.hssf.model that return types with arguments of type HyperlinkRecord | |
|---|---|
java.util.List<HyperlinkRecord> |
InternalWorkbook.getHyperlinks()
|
| Uses of HyperlinkRecord in org.apache.poi.hssf.record |
|---|
| Methods in org.apache.poi.hssf.record that return HyperlinkRecord | |
|---|---|
HyperlinkRecord |
HyperlinkRecord.clone()
|
| Uses of HyperlinkRecord in org.apache.poi.hssf.usermodel |
|---|
| Fields in org.apache.poi.hssf.usermodel declared as HyperlinkRecord | |
|---|---|
protected HyperlinkRecord |
HSSFHyperlink.record
Low-level record object that stores the actual hyperlink data |
| Methods in org.apache.poi.hssf.usermodel with parameters of type HyperlinkRecord | |
|---|---|
protected void |
HSSFSheet.removeHyperlink(HyperlinkRecord link)
Remove the underlying HyperlinkRecord from this sheet |
| Constructors in org.apache.poi.hssf.usermodel with parameters of type HyperlinkRecord | |
|---|---|
HSSFHyperlink(HyperlinkRecord record)
Initialize the hyperlink by a HyperlinkRecord record |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||