@Internal public class XSSFBHyperlinksTable extends java.lang.Object
| Constructor and Description | 
|---|
XSSFBHyperlinksTable(PackagePart sheetPart)  |  
          
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<XSSFHyperlinkRecord> |  
           findHyperlinkRecord(CellAddress cellAddress)  |  
          
java.util.Map<CellAddress,java.util.List<XSSFHyperlinkRecord>> |  
           getHyperLinks()  |  
          
public XSSFBHyperlinksTable(PackagePart sheetPart) throws java.io.IOException
java.io.IOException 
            (java.io.IOException) 
           public java.util.Map<CellAddress,java.util.List<XSSFHyperlinkRecord>> getHyperLinks()
public java.util.List<XSSFHyperlinkRecord> findHyperlinkRecord(CellAddress cellAddress)
cellAddress - cell address to find 
            (cellAddress - 要查找的单元格地址) 
           Copyright 2021 The Apache Software Foundation or its licensors, as applicable.