|
com.aspose.pdf.elements
Class HyperLink
java.lang.Object
com.aspose.pdf.elements.HyperLink
- Direct Known Subclasses:
- HyperLinkToFile, HyperLinkToLocalPdf, HyperLinkToOuterPdf, HyperLinkToWeb
public abstract class HyperLink - extends java.lang.Object
Represents a link in a Pdf document.
- See Also:
,HyperLinkToWeb, HyperLinkToFile, HyperLinkToOuterPdf, HyperLinkToLocalPdf
|
Constructor Summary |
HyperLink()
Initializes a new instance of the Hyperlink class. |
|
Method Summary |
java.lang.Object |
clone()
|
java.lang.String |
getLinkType()
Gets a String that indicates the link type, such as File, Local, Web or Pdf. |
void |
setHyperLinkXML(org.w3c.dom.Element element)
Sets an Element objet as XML represents. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HyperLink
public HyperLink()
- Initializes a new instance of the Hyperlink class.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException- See Also:
Object.clone()
getLinkType
public java.lang.String getLinkType()
- Gets a String that indicates the link type, such as File, Local, Web or Pdf.
setHyperLinkXML
public void setHyperLinkXML(org.w3c.dom.Element element)
- Sets an Element objet as XML represents.
- Parameters:
element -
|