Class StiHtmlImage

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

public class StiHtmlImage extends Object
Html image object Copyright Stimulsoft
  • Field Details

    • useImageSize

      public boolean useImageSize
  • Constructor Details

    • StiHtmlImage

      public StiHtmlImage()
  • Method Details

    • isUseImageSize

      public boolean isUseImageSize()
      Returns:
      the useImageSize
    • setUseImageSize

      public void setUseImageSize(boolean useImageSize)
      Parameters:
      useImageSize - the useImageSize to set
    • getMargin

      public StiHtmlUnit getMargin()
      Returns:
      the margin
    • setMargin

      public void setMargin(StiHtmlUnit margin)
      Parameters:
      margin - the margin to set
    • getToolTip

      public String getToolTip()
      Returns:
      the toolTip
    • setToolTip

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

      public String getImageUrl()
      Returns:
      the imageUrl
    • setImageUrl

      public void setImageUrl(String imageUrl)
      Parameters:
      imageUrl - the imageUrl 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