Package com.grapecity.documents.excel
Class HyperLinkCellType
java.lang.Object
com.grapecity.documents.excel.BaseCellType
com.grapecity.documents.excel.HyperLinkCellType
Represents the hyperlink cell.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets 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.voidsetActiveOnClick(boolean value) Sets whether to move to the active cell when clicked.voidsetLinkColor(String value) Sets the color of the hyperlink.voidsetLinkToolTip(String value) Sets the tooltip for the hyperlink.voidsetTarget(HyperLinkTargetType value) Sets the type for the hyperlink's target.voidSets the text string for the hyperlink.voidsetVisitedLinkColor(String value) Sets the color of visited links.
-
Constructor Details
-
HyperLinkCellType
public HyperLinkCellType()Create a hyperlink cell type.
-
-
Method Details
-
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.
-