Class StiHtmlHyperlink

java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlHyperlink

public class StiHtmlHyperlink extends Object
Html nyperlink object Copyright Stimulsoft
  • Field Details

    • openLinksTarget

      public String openLinksTarget
  • Constructor Details

    • StiHtmlHyperlink

      public StiHtmlHyperlink()
  • Method Details

    • getText

      public String getText()
      Returns:
      the text
    • setText

      public void setText(String text)
      Parameters:
      text - the text to set
    • getToolTip

      public String getToolTip()
      Returns:
      the toolTip
    • setToolTip

      public void setToolTip(String toolTip)
      Parameters:
      toolTip - the toolTip to set
    • getNavigateUrl

      public String getNavigateUrl()
      Returns:
      the navigateUrl
    • setNavigateUrl

      public void setNavigateUrl(String navigateUrl)
      Parameters:
      navigateUrl - the navigateUrl to set
    • getAttributes

      public Hashtable<String,String> getAttributes()
      Returns:
      the attributes
    • setAttributes

      public void setAttributes(Hashtable<String,String> attributes)
      Parameters:
      attributes - the attributes to set
    • getStyle

      public Hashtable<String,String> getStyle()
      Returns:
      the style
    • setStyle

      public void setStyle(Hashtable<String,String> style)
      Parameters:
      style - the style to set
    • getImageUrl

      public String getImageUrl()
      Returns:
      the imageUrl
    • setImageUrl

      public void setImageUrl(String imageUrl)
      Parameters:
      imageUrl - the imageUrl to set
    • getCssClass

      public String getCssClass()
      Returns:
      the cssClass
    • setCssClass

      public void setCssClass(String cssClass)
      Parameters:
      cssClass - the cssClass to set
    • getWidth

      public StiHtmlUnit getWidth()
      Returns:
      the width
    • setWidth

      public void setWidth(StiHtmlUnit width)
      Parameters:
      width - the width to set
    • getHeight

      public StiHtmlUnit getHeight()
      Returns:
      the height
    • setHeight

      public void setHeight(StiHtmlUnit height)
      Parameters:
      height - the height to set
    • getOpenLinksTarget

      public String getOpenLinksTarget()
      Returns:
      the openLinksTarget
    • setOpenLinksTarget

      public void setOpenLinksTarget(String openLinksTarget)
      Parameters:
      openLinksTarget - the openLinksTarget to set