Schnittstelle HyperlinkProperties
- Alle bekannten Implementierungsklassen:
AbstractPictureElement, Box, Chart2, CrossTab, DatabasePicture, FieldElement, JavaBean, Picture, Text
public interface HyperlinkProperties
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the target URL of the hyperlink which is associated with this element.Returns the formula of the property 'hyperlink url'.
Use this property to specify a URL of a web site, an e-mail address or the URL of an HTML file.voidsetHyperlinkUrl(String url) Sets the target location of a hyperlink which is associated with this element.
This modify also the hyperlink type.voidsetHyperlinkUrlFormula(FormulaField newFormula) Sets the formula for the property 'hyperlink url'.
Use this property to specify a URL of a web site, an e-mail address or the URL of an HTML file.
-
Methodendetails
-
getHyperlinkUrlFormula
FormulaField getHyperlinkUrlFormula()Returns the formula of the property 'hyperlink url'.
Use this property to specify a URL of a web site, an e-mail address or the URL of an HTML file. If formula is not empty a click on the element will open a webbrowser with the content of the web-site or the file, or an e-mail client will open.- Gibt zurück:
FormulaFieldThe formula of the property 'hyperlink url'.- Seit:
- 6.0
-
setHyperlinkUrlFormula
Sets the formula for the property 'hyperlink url'.
Use this property to specify a URL of a web site, an e-mail address or the URL of an HTML file. If formula is not empty a click on the element will open a webbrowser with the content of the web-site or the file, or an e-mail client will open.- Parameter:
newFormula- The new formula for the property 'hyperlink url'.- Seit:
- 6.0
-
setHyperlinkUrl
Sets the target location of a hyperlink which is associated with this element.
This modify also the hyperlink type.- Parameter:
url- A string which starts with one of the following protocol types (followed by the target):
mailto:
file:///
http://
or an empty string.- Seit:
- 6.0
-
getHyperlinkUrl
String getHyperlinkUrl()Returns the target URL of the hyperlink which is associated with this element.- Gibt zurück:
- A string which starts with one of the following protocol types (followed by the target):
mailto:
file:///
http://
or an empty string. - Seit:
- 6.0
-