Uses of Interface
org.apache.poi.ss.usermodel.Hyperlink
-
Packages that use Hyperlink Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of Hyperlink in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Hyperlink Modifier and Type Class Description classHSSFHyperlinkRepresents an Excel hyperlink.Methods in org.apache.poi.hssf.usermodel with parameters of type Hyperlink Modifier and Type Method Description voidHSSFCell. setHyperlink(Hyperlink hyperlink)Assign a hyperlink to this cell.Constructors in org.apache.poi.hssf.usermodel with parameters of type Hyperlink Constructor Description HSSFHyperlink(Hyperlink other) -
Uses of Hyperlink in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Hyperlink Modifier and Type Method Description HyperlinkCreationHelper. createHyperlink(HyperlinkType type)Creates a new Hyperlink, of the given typeHyperlinkCell. getHyperlink()HyperlinkSheet. getHyperlink(int row, int column)Get a Hyperlink in this sheet anchored at row, columnHyperlinkSheet. getHyperlink(CellAddress addr)Get a Hyperlink in this sheet located in a cell specified by {code addr}Methods in org.apache.poi.ss.usermodel that return types with arguments of type Hyperlink Modifier and Type Method Description java.util.List<? extends Hyperlink>Sheet. getHyperlinkList()Get a list of Hyperlinks in this sheetMethods in org.apache.poi.ss.usermodel with parameters of type Hyperlink Modifier and Type Method Description voidCell. setHyperlink(Hyperlink link)Assign a hyperlink to this cell -
Uses of Hyperlink in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return Hyperlink Modifier and Type Method Description HyperlinkSXSSFCreationHelper. createHyperlink(HyperlinkType type)HyperlinkSXSSFCell. getHyperlink()Methods in org.apache.poi.xssf.streaming with parameters of type Hyperlink Modifier and Type Method Description voidSXSSFCell. setHyperlink(Hyperlink link)Assign a hyperlink to this cell. -
Uses of Hyperlink in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement Hyperlink Modifier and Type Class Description classXSSFHyperlinkXSSF Implementation of a Hyperlink.Methods in org.apache.poi.xssf.usermodel with parameters of type Hyperlink Modifier and Type Method Description voidXSSFCell. setHyperlink(Hyperlink hyperlink)Assign a hyperlink to this cell.Constructors in org.apache.poi.xssf.usermodel with parameters of type Hyperlink Constructor Description XSSFHyperlink(Hyperlink other)Create a new XSSFHyperlink.
-