Uses of Class
org.apache.poi.xssf.usermodel.XSSFHyperlink
Packages that use XSSFHyperlink
-
Uses of XSSFHyperlink in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFHyperlinkModifier and TypeMethodDescriptionSXSSFSheet.getHyperlink
(int row, int column) Get a Hyperlink in this sheet anchored at row, columnSXSSFSheet.getHyperlink
(CellAddress addr) Get a Hyperlink in this sheet located in a cell specified by {code addr}Methods in org.apache.poi.xssf.streaming that return types with arguments of type XSSFHyperlinkModifier and TypeMethodDescriptionSXSSFSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheet -
Uses of XSSFHyperlink in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFHyperlinkModifier and TypeMethodDescriptionXSSFCreationHelper.createHyperlink
(HyperlinkType type) Create a new XSSFHyperlink.XSSFCell.getHyperlink()
Returns hyperlink associated with this cellXSSFSheet.getHyperlink
(int row, int column) Get a Hyperlink in this sheet anchored at row, columnXSSFSheet.getHyperlink
(CellAddress addr) Get a Hyperlink in this sheet located in a cell specified by {code addr}Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFHyperlinkModifier and TypeMethodDescriptionXSSFSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheetMethods in org.apache.poi.xssf.usermodel with parameters of type XSSFHyperlinkModifier and TypeMethodDescriptionvoid
XSSFSheet.addHyperlink
(XSSFHyperlink hyperlink) Register a hyperlink in the collection of hyperlinks on this sheet