com.aspose.slides.pptx
Class HyperlinkEx

java.lang.Object
  extended by com.aspose.slides.pptx.HyperlinkEx

public class HyperlinkEx
extends java.lang.Object

Represents a hyperlink. Immutable.


Constructor Summary
HyperlinkEx(java.lang.String url)
          Creates an instance of a hyperlink.
 
Method Summary
 boolean equals(HyperlinkEx hlink)
          Determines whether the two HyperlinkEx instances are equal.
 boolean equals(java.lang.Object obj)
          Determines whether the two HyperlinkEx instances are equal.
 boolean getEndSounds()
          Determines whether the sound should be stopped on a click.
 java.lang.String getExternalUrl()
          Returns the external URL.
 boolean getHighlightClick()
          Determines whether the hyperlink should be highlighted on a click.
 boolean getHistory()
          Determines whether the target of the parent hyperlink will be added to a list of viewed hyperlinks when it is invoked.
 java.lang.String getTargetFrame()
          Returns the frame within the parent HTML frameset for the target of a parent hyperlink if it exists.
 java.lang.String getTooltip()
          Returns the String which may be surfaced in a user interface as associated with the parent hyperlink.
 int hashCode()
          Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperlinkEx

public HyperlinkEx(java.lang.String url)
Creates an instance of a hyperlink.

Parameters:
url - hyperlink URL.
Method Detail

getExternalUrl

public java.lang.String getExternalUrl()
Returns the external URL.


getTargetFrame

public java.lang.String getTargetFrame()
Returns the frame within the parent HTML frameset for the target of a parent hyperlink if it exists.


getTooltip

public java.lang.String getTooltip()
Returns the String which may be surfaced in a user interface as associated with the parent hyperlink.


getHistory

public boolean getHistory()
Determines whether the target of the parent hyperlink will be added to a list of viewed hyperlinks when it is invoked.


getHighlightClick

public boolean getHighlightClick()
Determines whether the hyperlink should be highlighted on a click.


getEndSounds

public boolean getEndSounds()
Determines whether the sound should be stopped on a click.


equals

public boolean equals(java.lang.Object obj)
Determines whether the two HyperlinkEx instances are equal.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The HyperlinkEx to compare with the current HyperlinkEx.
Returns:
true if the specified HyperlinkEx is equal to the current HyperlinkEx.

equals

public boolean equals(HyperlinkEx hlink)
Determines whether the two HyperlinkEx instances are equal.

Parameters:
hlink - The HyperlinkEx to compare with the current HyperlinkEx.
Returns:
true if the specified HyperlinkEx is equal to the current HyperlinkEx.

hashCode

public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Overrides:
hashCode in class java.lang.Object
Returns:
Hash code of an URL.