|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.HyperlinkEx
public class HyperlinkEx
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. |
int |
GetHashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HyperlinkEx(java.lang.String url)
url
- hyperlink URL.Method Detail |
---|
public java.lang.String getExternalUrl()
public java.lang.String getTargetFrame()
public java.lang.String getTooltip()
public boolean getHistory()
public boolean getHighlightClick()
public boolean getEndSounds()
public boolean Equals(java.lang.Object obj)
obj
- The HyperlinkEx to compare with the current HyperlinkEx.
public boolean Equals(HyperlinkEx hlink)
hlink
- The HyperlinkEx to compare with the current HyperlinkEx.
public int GetHashCode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |