Uses of Class
org.apache.poi.xwpf.usermodel.XWPFHyperlink
-
Packages that use XWPFHyperlink Package Description org.apache.poi.xwpf.usermodel -
-
Uses of XWPFHyperlink in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFHyperlink Modifier and Type Field Description protected List<XWPFHyperlink>XWPFDocument. hyperlinksMethods in org.apache.poi.xwpf.usermodel that return XWPFHyperlink Modifier and Type Method Description XWPFHyperlinkXWPFHyperlinkRun. getHyperlink(XWPFDocument document)If this Hyperlink is an external reference hyperlink, return the object for it.XWPFHyperlinkXWPFDocument. getHyperlinkByID(String id)XWPFHyperlink[]XWPFDocument. getHyperlinks()
-