Class StiHtmlImage
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlImage
Html image object
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWidth()booleanvoidsetHeight(StiHtmlUnit height) voidsetImageUrl(String imageUrl) voidsetMargin(StiHtmlUnit margin) voidsetToolTip(String toolTip) voidsetUseImageSize(boolean useImageSize) voidsetWidth(StiHtmlUnit width)
-
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
- Returns:
- the margin
-
setMargin
- Parameters:
margin- the margin to set
-
getToolTip
- Returns:
- the toolTip
-
setToolTip
- Parameters:
toolTip- the toolTip to set
-
getImageUrl
- Returns:
- the imageUrl
-
setImageUrl
- Parameters:
imageUrl- the imageUrl to set
-
getWidth
- Returns:
- the width
-
setWidth
- Parameters:
width- the width to set
-
getHeight
- Returns:
- the height
-
setHeight
- Parameters:
height- the height to set
-