Uses of Class
org.apache.poi.hssf.record.HyperlinkRecord
-
Packages that use HyperlinkRecord 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 -
-
Uses of HyperlinkRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return types with arguments of type HyperlinkRecord Modifier and Type Method Description List<HyperlinkRecord>
InternalWorkbook. getHyperlinks()
-
Uses of HyperlinkRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return HyperlinkRecord Modifier and Type Method Description HyperlinkRecord
HyperlinkRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type HyperlinkRecord Constructor Description HyperlinkRecord(HyperlinkRecord other)
-
Uses of HyperlinkRecord in org.apache.poi.hssf.usermodel
Fields in org.apache.poi.hssf.usermodel declared as HyperlinkRecord Modifier and Type Field Description protected HyperlinkRecord
HSSFHyperlink. record
Low-level record object that stores the actual hyperlink dataMethods in org.apache.poi.hssf.usermodel with parameters of type HyperlinkRecord Modifier and Type Method Description protected void
HSSFSheet. removeHyperlink(HyperlinkRecord link)
Remove the underlying HyperlinkRecord from this sheetConstructors in org.apache.poi.hssf.usermodel with parameters of type HyperlinkRecord Constructor Description HSSFHyperlink(HyperlinkRecord record)
Initialize the hyperlink by aHyperlinkRecord
record
-