|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.clickhyperlink
public class clickhyperlink
represents a hyperlink associated with a non-placeholder shape or text.
constructor summary | |
---|---|
clickhyperlink()
|
|
clickhyperlink(boolean external,
java.lang.string uri,
java.lang.string action)
|
|
clickhyperlink(clickhyperlink source,
java.lang.string targetframe,
java.lang.string tooltip,
boolean history,
boolean stopsoundsonclick,
boolean ishighlightclick)
creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties. |
|
clickhyperlink(islide slide)
creates an instance of a hyperlink. |
|
clickhyperlink( source)
|
|
clickhyperlink(java.lang.string hyperlinkurl)
creates an instance of a hyperlink. |
method summary | |
---|---|
boolean |
equals(clickhyperlink hlink)
indicates whether the two hyperlink instances are equal. |
boolean |
equals(java.lang.object obj)
indicates whether the two hyperlink instances are equal. |
java.lang.string |
getaction()
|
hyperlinkactiontype |
getactiontype()
represents the type of hyperlink. |
java.lang.string |
getaddress()
returns the internet address (url) to the target document. |
static clickhyperlink |
getendshow()
|
boolean |
getendsounds()
indicates whether the sound should be stopped on hyperlink click. |
static clickhyperlink |
getfirstslide()
|
boolean |
gethistory()
indicates whether the target will be added to a list. |
java.lang.string |
getinvalidurl()
|
static clickhyperlink |
getlastslide()
|
static clickhyperlink |
getlastviewedslide()
|
static clickhyperlink |
getnextslide()
|
static clickhyperlink |
getnoaction()
|
static clickhyperlink |
getotherfiles(java.lang.string filepath)
|
static clickhyperlink |
getotherpowerpointpresentation(java.lang.string filepath)
|
static clickhyperlink |
getpreviousslide()
|
boolean |
getstopsoundonclick()
determines whether the sound should be stopped on hyperlink click. |
java.lang.string |
gettargetframe()
gets the frame within the parent html frameset read-only |
|
gettargetslide()
if the hyperlink targets specific slide returns this slide. |
java.lang.string |
gettooltip()
returns or sets the screentip text of a 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. |
boolean |
ishighlightclick()
indicates whether the hyperlink should be highlighted on click. |
static boolean |
op_equality(clickhyperlink hlink1,
clickhyperlink hlink2)
tests two hyperlinks for equality. |
static boolean |
op_inequality(clickhyperlink hlink1,
clickhyperlink hlink2)
tests two hyperlinks for inequality. |
void |
setaddress(java.lang.string value)
sets the internet address (url) to the target document. |
constructor detail |
---|
public clickhyperlink(java.lang.string hyperlinkurl)
hyperlinkurl
- hyperlink url.public clickhyperlink()
public clickhyperlink(islide slide)
slide
-
java.lang.exception
public clickhyperlink(clickhyperlink source, java.lang.string targetframe, java.lang.string tooltip, boolean history, boolean stopsoundsonclick, boolean ishighlightclick)
source
- source hyperlinktargetframe
- target frametooltip
- tooltip texthistory
- stopsoundsonclick
- ishighlightclick
- public clickhyperlink( source)
public clickhyperlink(boolean external, java.lang.string uri, java.lang.string action)
method detail |
---|
public static clickhyperlink getnoaction()
public static clickhyperlink getnextslide()
public static clickhyperlink getpreviousslide()
public static clickhyperlink getfirstslide()
public static clickhyperlink getlastslide()
public static clickhyperlink getlastviewedslide()
public static clickhyperlink getendshow()
public static clickhyperlink getotherpowerpointpresentation(java.lang.string filepath)
filepath
- : the file full path.
public static clickhyperlink getotherfiles(java.lang.string filepath)
filepath
- : the file full path.
public java.lang.string getaddress()
public void setaddress(java.lang.string value)
public java.lang.string getinvalidurl()
public java.lang.string getaction()
public hyperlinkactiontype getactiontype()
public gettargetslide()
public java.lang.string gettargetframe()
public java.lang.string gettooltip()
public boolean gethistory()
public boolean ishighlightclick()
public boolean getstopsoundonclick()
public boolean getendsounds()
public boolean equals(java.lang.object obj)
equals
in class java.lang.object
obj
- the hyperlink to compare with the current hyperlink.
public boolean equals(clickhyperlink hlink)
hlink
- the hyperlink to compare with the current hyperlink.
public static boolean op_equality(clickhyperlink hlink1, clickhyperlink hlink2)
hlink1
- first hyperlink to be tested.hlink2
- second hyperlink to be tested.
public static boolean op_inequality(clickhyperlink hlink1, clickhyperlink hlink2)
hlink1
- first hyperlink to be tested.hlink2
- second hyperlink to be tested.
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 |