|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.xlsobject
com.spire.xls.core.spreadsheet.xlshyperlink
public class xlshyperlink
constructor summary | |
---|---|
xlshyperlink(java.lang.object parent)
|
method summary | |
---|---|
java.lang.string |
getaddress()
returns the address of the target document. |
int |
getfirstcolumn()
|
int |
getfirstrow()
|
int |
getlastcolumn()
|
int |
getlastrow()
|
java.lang.string |
getname()
returns or sets the name of the object. |
ixlsrange |
getrange()
returns a range object that represents the range the specified hyperlink is attached to. |
java.lang.string |
getscreentip()
returns or sets the screentip text for the specified hyperlink. |
java.lang.string |
getsubaddress()
returns or sets the location within the document associated with the hyperlink. |
java.lang.string |
gettexttodisplay()
returns or sets the text to be displayed for the specified hyperlink. |
hyperlinktype |
gettype()
returns the object type. |
java.lang.string |
getunicodepath()
gets/sets an optional string of unicode characters that specifies the complete file path. |
void |
setaddress(java.lang.string address)
sets the address of the target document. |
void |
setaddress(java.lang.string straddress,
boolean bsettext)
sets address property. |
void |
setinnersubaddress(java.lang.string strsubaddress)
sets sub address property. |
void |
setrange(ixlsrange value)
sets a range object that represents the range the specified hyperlink is attached to. |
void |
setscreentip(java.lang.string value)
returns or sets the screentip text for the specified hyperlink. |
void |
setsubaddress(java.lang.string value)
returns or sets the location within the document associated with the hyperlink. |
void |
settexttodisplay(java.lang.string value)
returns or sets the text to be displayed for the specified hyperlink. |
void |
settype(hyperlinktype value)
sets the object type. |
void |
setunicodepath(java.lang.string value)
gets/sets an optional string of unicode characters that specifies the complete file path. |
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject |
---|
dispose |
constructor detail |
---|
public xlshyperlink(java.lang.object parent)
method detail |
---|
public java.lang.string getaddress()
getaddress
in interface ihyperlink
public void setaddress(java.lang.string address)
public java.lang.string getname()
getname
in interface ihyperlink
public ixlsrange getrange()
getrange
in interface ihyperlink
public void setrange(ixlsrange value)
public java.lang.string getscreentip()
getscreentip
in interface ihyperlink
public void setscreentip(java.lang.string value)
public java.lang.string getsubaddress()
getsubaddress
in interface ihyperlink
public void setsubaddress(java.lang.string value)
public void setaddress(java.lang.string straddress, boolean bsettext)
straddress
- address to set.bsettext
- indicates whether we should set text property of
// the topleft cell with this hyperlink.public void setinnersubaddress(java.lang.string strsubaddress)
strsubaddress
- sub address to set.public java.lang.string gettexttodisplay()
gettexttodisplay
in interface ihyperlink
public void settexttodisplay(java.lang.string value)
public hyperlinktype gettype()
gettype
in interface ihyperlink
public void settype(hyperlinktype value)
value
- public int getfirstrow()
public int getfirstcolumn()
public int getlastrow()
public java.lang.string getunicodepath()
public void setunicodepath(java.lang.string value)
public int getlastcolumn()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |