WordProcessingTextHyperlinkPossibleWatermark
Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark, com.groupdocs.watermark.search.HyperlinkPossibleWatermark
public class WordProcessingTextHyperlinkPossibleWatermark extends HyperlinkPossibleWatermark
Represents possible hyperlink watermark in a Word document.
Constructors
Constructor | Description |
---|---|
WordProcessingTextHyperlinkPossibleWatermark(ContentPart parent, FieldHyperlink fieldHyperlink) |
Methods
Method | Description |
---|---|
getParent() | Gets the parent of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) . |
getWidth() | Gets the width of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) . |
getHeight() | Gets the height of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) . |
getX() | Gets the x-coordinate of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) . |
getY() | Gets the y-coordinate of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) . |
getRotateAngle() | Gets the rotate angle of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) in degrees. |
getText() | Gets the url of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) . |
setText(String value) | Sets the url of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) . |
getUnitOfMeasurement() | Gets the [UnitOfMeasurement](../../com.groupdocs.watermark.common/unitofmeasurement) of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) . |
remove() |
WordProcessingTextHyperlinkPossibleWatermark(ContentPart parent, FieldHyperlink fieldHyperlink)
public WordProcessingTextHyperlinkPossibleWatermark(ContentPart parent, FieldHyperlink fieldHyperlink)
Parameters:
Parameter | Type | Description |
---|---|---|
parent | ContentPart | |
fieldHyperlink | com.aspose.words.FieldHyperlink |
getParent()
public ContentPart getParent()
Gets the parent of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
Returns:
ContentPart - The parent of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
getWidth()
public double getWidth()
Gets the width of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
Returns:
double - The width of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
getHeight()
public double getHeight()
Gets the height of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
Returns:
double - The height of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
getX()
public double getX()
Gets the x-coordinate of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
Returns:
double - The x-coordinate of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
getY()
public double getY()
Gets the y-coordinate of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
Returns:
double - The y-coordinate of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
getRotateAngle()
public double getRotateAngle()
Gets the rotate angle of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
in degrees.
Returns:
double - The rotate angle of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
getText()
public String getText()
Gets the url of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
Returns:
java.lang.String - The url of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
setText(String value)
public void setText(String value)
Sets the url of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The url of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark) . |
getUnitOfMeasurement()
public int getUnitOfMeasurement()
Gets the [UnitOfMeasurement](../../com.groupdocs.watermark.common/unitofmeasurement)
of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
Returns:
int - The [UnitOfMeasurement](../../com.groupdocs.watermark.common/unitofmeasurement)
of this [WordProcessingTextHyperlinkPossibleWatermark](../../com.groupdocs.watermark.search/wordprocessingtexthyperlinkpossiblewatermark)
.
remove()
public void remove()