|
|||||||||
| 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 or sets 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 |
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 IHyperLinkpublic void setAddress(java.lang.String address)
public java.lang.String getName()
getName in interface IHyperLinkpublic IXLSRange getRange()
getRange in interface IHyperLinkpublic void setRange(IXLSRange value)
public java.lang.String getScreenTip()
getScreenTip in interface IHyperLinkpublic void setScreenTip(java.lang.String value)
public java.lang.String getSubAddress()
getSubAddress in interface IHyperLinkpublic 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 IHyperLinkpublic void setTextToDisplay(java.lang.String value)
public HyperLinkType getType()
getType in interface IHyperLinkpublic 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 | ||||||||