类 HyperLinkCellType
java.lang.Object
com.grapecity.documents.excel.BaseCellType
com.grapecity.documents.excel.HyperLinkCellType
Represents the hyperlink cell.
-
构造器概要
-
方法概要
修饰符和类型方法说明boolean
Gets whether to move to the active cell when clicked.Gets the color of the hyperlink.Gets the tooltip for the hyperlink.Gets the type for the hyperlink's target.getText()
Gets the text string for the hyperlink.Gets the color of visited links.void
setActiveOnClick
(boolean value) Sets whether to move to the active cell when clicked.void
setLinkColor
(String value) Sets the color of the hyperlink.void
setLinkToolTip
(String value) Sets the tooltip for the hyperlink.void
setTarget
(HyperLinkTargetType value) Sets the type for the hyperlink's target.void
Sets the text string for the hyperlink.void
setVisitedLinkColor
(String value) Sets the color of visited links.
-
构造器详细资料
-
HyperLinkCellType
public HyperLinkCellType()
-
-
方法详细资料
-
getLinkColor
Gets the color of the hyperlink. -
setLinkColor
Sets the color of the hyperlink. -
getVisitedLinkColor
Gets the color of visited links. -
setVisitedLinkColor
Sets the color of visited links. -
getText
Gets the text string for the hyperlink. -
setText
Sets the text string for the hyperlink. -
getLinkToolTip
Gets the tooltip for the hyperlink. -
setLinkToolTip
Sets the tooltip for the hyperlink. -
getTarget
Gets the type for the hyperlink's target. -
setTarget
Sets the type for the hyperlink's target. -
getActiveOnClick
public boolean getActiveOnClick()Gets whether to move to the active cell when clicked. -
setActiveOnClick
public void setActiveOnClick(boolean value) Sets whether to move to the active cell when clicked.
-