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 java.util.List<XWPFHyperlink>
XWPFDocument. hyperlinks
Methods in org.apache.poi.xwpf.usermodel that return XWPFHyperlink Modifier and Type Method Description XWPFHyperlink
XWPFHyperlinkRun. getHyperlink(XWPFDocument document)
If this Hyperlink is an external reference hyperlink, return the object for it.XWPFHyperlink
XWPFDocument. getHyperlinkByID(java.lang.String id)
XWPFHyperlink[]
XWPFDocument. getHyperlinks()
-