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