com.stimulsoft.report.export.tools.html
Class StiHtmlImage
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlImage
public class StiHtmlImage
- extends java.lang.Object
Html image object
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiHtmlImage
public StiHtmlImage()
getMargin
public StiHtmlUnit getMargin()
- Returns:
- the margin
setMargin
public void setMargin(StiHtmlUnit margin)
- Parameters:
margin
- the margin to set
getToolTip
public java.lang.String getToolTip()
- Returns:
- the toolTip
setToolTip
public void setToolTip(java.lang.String toolTip)
- Parameters:
toolTip
- the toolTip to set
getImageUrl
public java.lang.String getImageUrl()
- Returns:
- the imageUrl
setImageUrl
public void setImageUrl(java.lang.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