org.apache.poi.xssf.binary
Class XSSFBHyperlinksTable

java.lang.Object
  extended by org.apache.poi.xssf.binary.XSSFBHyperlinksTable

@Internal
public class XSSFBHyperlinksTable
extends java.lang.Object

Since:
3.16-beta3

Constructor Summary
XSSFBHyperlinksTable(PackagePart sheetPart)
           
 
Method Summary
 java.util.List<XSSFHyperlinkRecord> findHyperlinkRecord(CellAddress cellAddress)
           
 java.util.Map<CellAddress,java.util.List<XSSFHyperlinkRecord>> getHyperLinks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFBHyperlinksTable

public XSSFBHyperlinksTable(PackagePart sheetPart)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getHyperLinks

public java.util.Map<CellAddress,java.util.List<XSSFHyperlinkRecord>> getHyperLinks()
Returns:
a map of the hyperlinks. The key is the top left cell address in their CellRange

findHyperlinkRecord

public java.util.List<XSSFHyperlinkRecord> findHyperlinkRecord(CellAddress cellAddress)
Parameters:
cellAddress - cell address to find
Returns:
null if not a hyperlink