Uses of Class
org.apache.poi.xssf.binary.XSSFHyperlinkRecord

Packages that use XSSFHyperlinkRecord
org.apache.poi.xssf.binary The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files. 
 

Uses of XSSFHyperlinkRecord in org.apache.poi.xssf.binary
 

Methods in org.apache.poi.xssf.binary that return types with arguments of type XSSFHyperlinkRecord
 java.util.List<XSSFHyperlinkRecord> XSSFBHyperlinksTable.findHyperlinkRecord(CellAddress cellAddress)
           
 java.util.Map<CellAddress,java.util.List<XSSFHyperlinkRecord>> XSSFBHyperlinksTable.getHyperLinks()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.