类 HyperLinkCellType

java.lang.Object
com.grapecity.documents.excel.BaseCellType
com.grapecity.documents.excel.HyperLinkCellType

public class HyperLinkCellType extends BaseCellType
Represents the hyperlink cell.
  • 构造器详细资料

    • HyperLinkCellType

      public HyperLinkCellType()
  • 方法详细资料

    • getLinkColor

      public String getLinkColor()
      Gets the color of the hyperlink.
    • setLinkColor

      public void setLinkColor(String value)
      Sets the color of the hyperlink.
    • getVisitedLinkColor

      public String getVisitedLinkColor()
      Gets the color of visited links.
    • setVisitedLinkColor

      public void setVisitedLinkColor(String value)
      Sets the color of visited links.
    • getText

      public String getText()
      Gets the text string for the hyperlink.
    • setText

      public void setText(String value)
      Sets the text string for the hyperlink.
    • getLinkToolTip

      public String getLinkToolTip()
      Gets the tooltip for the hyperlink.
    • setLinkToolTip

      public void setLinkToolTip(String value)
      Sets the tooltip for the hyperlink.
    • getTarget

      public HyperLinkTargetType getTarget()
      Gets the type for the hyperlink's target.
    • setTarget

      public void setTarget(HyperLinkTargetType value)
      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.