HyperlinkPossibleWatermark

Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark

public class HyperlinkPossibleWatermark extends PossibleWatermark

Represents possible hyperlink watermark in a PowerPoint content.

Constructors

Constructor Description
HyperlinkPossibleWatermark(PossibleWatermark parentWatermark, IHyperlinkContainer hyperlinkContainer)

Methods

Method Description
getParent() Gets the parent of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
getWidth() Gets the width of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
getHeight() Gets the height of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
getX() Gets the x-coordinate of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
getY() Gets the y-coordinate of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
getRotateAngle() Gets the rotate angle of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark) in degrees.
getText() Gets the url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
setText(String value) Sets the url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
getUnitOfMeasurement() Gets the unit of measurement [UnitOfMeasurement](../../com.groupdocs.watermark.common/unitofmeasurement) of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).
remove()
public HyperlinkPossibleWatermark(PossibleWatermark parentWatermark, IHyperlinkContainer hyperlinkContainer)

Parameters:

Parameter Type Description
parentWatermark PossibleWatermark
hyperlinkContainer IHyperlinkContainer

getParent()

public ContentPart getParent()

Gets the parent of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

Returns: ContentPart - The parent of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

getWidth()

public double getWidth()

Gets the width of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

Returns: double - The width of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

getHeight()

public double getHeight()

Gets the height of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

Returns: double - The height of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

getX()

public double getX()

Gets the x-coordinate of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

Returns: double - The x-coordinate of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

getY()

public double getY()

Gets the y-coordinate of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

Returns: double - The y-coordinate of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

getRotateAngle()

public double getRotateAngle()

Gets the rotate angle of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark) in degrees.

Returns: double - The rotate angle of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

getText()

public String getText()

Gets the url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

Returns: java.lang.String - The url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

setText(String value)

public void setText(String value)

Sets the url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

Parameters:

Parameter Type Description
value java.lang.String The url of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

getUnitOfMeasurement()

public int getUnitOfMeasurement()

Gets the unit of measurement [UnitOfMeasurement](../../com.groupdocs.watermark.common/unitofmeasurement) of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

Returns: int - The unit of measurement [UnitOfMeasurement](../../com.groupdocs.watermark.common/unitofmeasurement) of this [HyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/hyperlinkpossiblewatermark).

remove()

public void remove()