Uses of Class
org.apache.poi.xwpf.usermodel.XWPFHyperlink

Packages that use XWPFHyperlink
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
protected  java.util.List<XWPFHyperlink> XWPFDocument.hyperlinks
           
 

Methods in org.apache.poi.xwpf.usermodel that return XWPFHyperlink
 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()
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.