@Deprecated public class WordsTextHyperlinkPossibleWatermark extends HyperlinkPossibleWatermark
Represents possible hyperlink watermark in a Word document.
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Deprecated.
Gets the height of this
WordsTextHyperlinkPossibleWatermark . |
DocumentPart |
getParent()
Deprecated.
Gets the parent of this
WordsTextHyperlinkPossibleWatermark . |
double |
getRotateAngle()
Deprecated.
Gets the rotate angle of this
WordsTextHyperlinkPossibleWatermark in degrees. |
String |
getText()
Deprecated.
Gets the url of this
WordsTextHyperlinkPossibleWatermark . |
int |
getUnitOfMeasurement()
Deprecated.
Gets the unit of measurement of this
WordsTextHyperlinkPossibleWatermark . |
double |
getWidth()
Deprecated.
Gets the width of this
WordsTextHyperlinkPossibleWatermark . |
double |
getX()
Deprecated.
Gets the x-coordinate of this
WordsTextHyperlinkPossibleWatermark . |
double |
getY()
Deprecated.
Gets the y-coordinate of this
WordsTextHyperlinkPossibleWatermark . |
void |
setText(String value)
Deprecated.
Sets the url of this
WordsTextHyperlinkPossibleWatermark . |
getFormattedTextFragments, getImageData, setImageData
public DocumentPart getParent()
Gets the parent of this WordsTextHyperlinkPossibleWatermark
.
getParent
in class HyperlinkPossibleWatermark
WordsTextHyperlinkPossibleWatermark
.public double getWidth()
Gets the width of this WordsTextHyperlinkPossibleWatermark
.
getWidth
in class HyperlinkPossibleWatermark
WordsTextHyperlinkPossibleWatermark
.public double getHeight()
Gets the height of this WordsTextHyperlinkPossibleWatermark
.
getHeight
in class HyperlinkPossibleWatermark
WordsTextHyperlinkPossibleWatermark
.public double getX()
Gets the x-coordinate of this WordsTextHyperlinkPossibleWatermark
.
getX
in class HyperlinkPossibleWatermark
WordsTextHyperlinkPossibleWatermark
.public double getY()
Gets the y-coordinate of this WordsTextHyperlinkPossibleWatermark
.
getY
in class HyperlinkPossibleWatermark
WordsTextHyperlinkPossibleWatermark
.public double getRotateAngle()
Gets the rotate angle of this WordsTextHyperlinkPossibleWatermark
in degrees.
getRotateAngle
in class HyperlinkPossibleWatermark
WordsTextHyperlinkPossibleWatermark
.public String getText()
Gets the url of this WordsTextHyperlinkPossibleWatermark
.
getText
in class HyperlinkPossibleWatermark
WordsTextHyperlinkPossibleWatermark
.public void setText(String value)
Sets the url of this WordsTextHyperlinkPossibleWatermark
.
setText
in class HyperlinkPossibleWatermark
value
- The url of this WordsTextHyperlinkPossibleWatermark
.public int getUnitOfMeasurement()
Gets the unit of measurement of this WordsTextHyperlinkPossibleWatermark
.
getUnitOfMeasurement
in class HyperlinkPossibleWatermark
WordsTextHyperlinkPossibleWatermark
.Copyright © 2020. All rights reserved.