Class StiHtmlHyperlink
java.lang.Object
com.stimulsoft.report.export.tools.html.StiHtmlHyperlink
Html nyperlink object
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()getText()getWidth()voidsetAttributes(Hashtable<String, String> attributes) voidsetCssClass(String cssClass) voidsetHeight(StiHtmlUnit height) voidsetImageUrl(String imageUrl) voidsetNavigateUrl(String navigateUrl) voidsetOpenLinksTarget(String openLinksTarget) voidvoidvoidsetToolTip(String toolTip) voidsetWidth(StiHtmlUnit width)
-
Field Details
-
openLinksTarget
-
-
Constructor Details
-
StiHtmlHyperlink
public StiHtmlHyperlink()
-
-
Method Details
-
getText
- Returns:
- the text
-
setText
- Parameters:
text- the text to set
-
getToolTip
- Returns:
- the toolTip
-
setToolTip
- Parameters:
toolTip- the toolTip to set
-
getAttributes
- Returns:
- the attributes
-
setAttributes
- Parameters:
attributes- the attributes to set
-
getStyle
- Returns:
- the style
-
setStyle
- Parameters:
style- the style to set
-
getImageUrl
- Returns:
- the imageUrl
-
setImageUrl
- Parameters:
imageUrl- the imageUrl to set
-
getCssClass
- Returns:
- the cssClass
-
setCssClass
- Parameters:
cssClass- the cssClass to set
-
getWidth
- Returns:
- the width
-
setWidth
- Parameters:
width- the width to set
-
getHeight
- Returns:
- the height
-
setHeight
- Parameters:
height- the height to set
-
getOpenLinksTarget
- Returns:
- the openLinksTarget
-
setOpenLinksTarget
- Parameters:
openLinksTarget- the openLinksTarget to set
-