Uses of Class
org.apache.poi.hssf.record.HyperlinkRecord
Packages that use HyperlinkRecord
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
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 -
Uses of HyperlinkRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return HyperlinkRecord -
Uses of HyperlinkRecord in org.apache.poi.hssf.usermodel
Fields in org.apache.poi.hssf.usermodel declared as HyperlinkRecordModifier and TypeFieldDescriptionprotected final HyperlinkRecord
HSSFHyperlink.record
Low-level record object that stores the actual hyperlink dataMethods in org.apache.poi.hssf.usermodel with parameters of type HyperlinkRecordModifier and TypeMethodDescriptionprotected void
HSSFSheet.removeHyperlink
(HyperlinkRecord link) Remove the underlying HyperlinkRecord from this sheetConstructors in org.apache.poi.hssf.usermodel with parameters of type HyperlinkRecordModifierConstructorDescriptionprotected
HSSFHyperlink
(HyperlinkRecord record) Initialize the hyperlink by aHyperlinkRecord
record