|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.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. |
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 |
---|
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)
equals
in class java.lang.Object
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 hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |