public class GridHyperlink
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Represents the address of a hyperlink.
|
java.lang.String |
getAltText()
Gets Alternate text for the image link,please note this is an extension attribute and can not keep in excel file
|
GridCellArea |
getArea()
Gets the range of hyperlink.
|
java.lang.String |
getCommand()
Returns or sets the self defined command value text for the specified hyperlink.
|
boolean |
getDiscardInput()
Indicates whether to discard user input at client browser when user click this CellCommand hyperlink.
|
java.lang.String |
getImageURL()
Gets Image URL for the link, there is no imageurl properties in hyperlink,
so actually use TextToDisplay to record this value ,TextToDisplay will be set to <img src=value >
so it will change the value of TextToDisplay
|
java.lang.String |
getScreenTip()
Returns or sets the ScreenTip text for the specified hyperlink.
|
java.lang.String |
getTarget()
Gets web link target type,please note this is an extension attribute and can not keep in excel file
|
java.lang.String |
getTextToDisplay()
Represents the text to be displayed for the specified hyperlink.
|
void |
setAddress(java.lang.String value)
Represents the address of a hyperlink.
|
void |
setAltText(java.lang.String value)
Sets Alternate text for the image link,please note this is an extension attribute and can not keep in excel file
|
void |
setCommand(java.lang.String value)
Returns or sets the self defined command value text for the specified hyperlink.
|
void |
setDiscardInput(boolean value)
Indicates whether to discard user input at client browser when user click this CellCommand hyperlink.
|
void |
setImageURL(java.lang.String value)
Sets Image URL for the link, there is no imageurl properties in hyperlink,
so actually use TextToDisplay to record this value ,TextToDisplay will be set to <img src=value >
so it will change the value of TextToDisplay
|
void |
setScreenTip(java.lang.String value)
Returns or sets the ScreenTip text for the specified hyperlink.
|
void |
setTarget(java.lang.String value)
Sets web link target type,please note this is an extension attribute and can not keep in excel file
|
void |
setTextToDisplay(java.lang.String value)
Represents the text to be displayed for the specified hyperlink.
|
public java.lang.String getAddress()
public void setAddress(java.lang.String value)
public java.lang.String getCommand()
public void setCommand(java.lang.String value)
public java.lang.String getTextToDisplay()
public void setTextToDisplay(java.lang.String value)
public GridCellArea getArea()
public java.lang.String getScreenTip()
public void setScreenTip(java.lang.String value)
public java.lang.String getTarget()
public void setTarget(java.lang.String value)
public java.lang.String getAltText()
public void setAltText(java.lang.String value)
public boolean getDiscardInput()
public void setDiscardInput(boolean value)
public java.lang.String getImageURL()
public void setImageURL(java.lang.String value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.