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