1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for Java
  4. /
  5. com.groupdocs.watermark.search
  6. /
  7. IHyperlinkContainer

IHyperlinkContainer

public interface IHyperlinkContainer

Methods

Method Description
getHyperlink() Gets the hyperlink associated with this IHyperlinkContainer .
setHyperlink(String value) Sets the hyperlink associated with this IHyperlinkContainer .
public abstract String getHyperlink()

Gets the hyperlink associated with this IHyperlinkContainer .

Returns: java.lang.String - The hyperlink associated with this IHyperlinkContainer .

public abstract void setHyperlink(String value)

Sets the hyperlink associated with this IHyperlinkContainer .

Parameters:

Parameter Type Description
value java.lang.String The hyperlink associated with this IHyperlinkContainer .