xlshyperlink-ag凯发旗舰厅



com.spire.xls.core.spreadsheet
class xlshyperlink

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.xlshyperlink
all implemented interfaces:
ihyperlink
direct known subclasses:
hyperlink

public class xlshyperlink
extends xlsobject
implements ihyperlink

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

xlshyperlink

public xlshyperlink(java.lang.object parent)
method detail

getaddress

public java.lang.string getaddress()
returns the address of the target document.
specified by:
getaddress in interface ihyperlink

setaddress

public void setaddress(java.lang.string address)
sets the address of the target document.

getname

public java.lang.string getname()
returns or sets the name of the object.
specified by:
getname in interface ihyperlink

getrange

public ixlsrange getrange()
returns a range object that represents the range the specified hyperlink is attached to.
specified by:
getrange in interface ihyperlink

setrange

public void setrange(ixlsrange value)
sets a range object that represents the range the specified hyperlink is attached to.

getscreentip

public java.lang.string getscreentip()
returns or sets the screentip text for the specified hyperlink.
specified by:
getscreentip in interface ihyperlink

setscreentip

public void setscreentip(java.lang.string value)
returns or sets the screentip text for the specified hyperlink.

getsubaddress

public java.lang.string getsubaddress()
returns or sets the location within the document associated with the hyperlink.
specified by:
getsubaddress in interface ihyperlink

setsubaddress

public void setsubaddress(java.lang.string value)
returns or sets the location within the document associated with the hyperlink.

setaddress

public void setaddress(java.lang.string straddress,
                       boolean bsettext)
sets address property.
parameters:
straddress - address to set.
bsettext - indicates whether we should set text property of // the topleft cell with this hyperlink.

setinnersubaddress

public void setinnersubaddress(java.lang.string strsubaddress)
sets sub address property.
parameters:
strsubaddress - sub address to set.

gettexttodisplay

public java.lang.string gettexttodisplay()
returns or sets the text to be displayed for the specified hyperlink. the default value is the address of the hyperlink.
specified by:
gettexttodisplay in interface ihyperlink

settexttodisplay

public void settexttodisplay(java.lang.string value)
returns or sets the text to be displayed for the specified hyperlink. the default value is the address of the hyperlink.

gettype

public hyperlinktype gettype()
returns the object type.
specified by:
gettype in interface ihyperlink

settype

public void settype(hyperlinktype value)
sets the object type.
parameters:
value -

getfirstrow

public int getfirstrow()

getfirstcolumn

public int getfirstcolumn()

getlastrow

public int getlastrow()

getunicodepath

public java.lang.string getunicodepath()
gets/sets an optional string of unicode characters that specifies the complete file path. when the property type is not hyperlinktype.file, this property is invalid.

setunicodepath

public void setunicodepath(java.lang.string value)
gets/sets an optional string of unicode characters that specifies the complete file path. when the property type is not hyperlinktype.file, this property is invalid.

getlastcolumn

public int getlastcolumn()


网站地图