@Deprecated public class SlidesHyperlinkPossibleWatermark extends HyperlinkPossibleWatermark
Represents possible hyperlink watermark in a PowerPoint document.
Modifier and Type | Method and Description |
---|---|
String |
getText()
Deprecated.
Gets the url of this
HyperlinkPossibleWatermark . |
void |
setText(String value)
Deprecated.
Sets the url of this
HyperlinkPossibleWatermark . |
getHeight, getParent, getRotateAngle, getUnitOfMeasurement, getWidth, getX, getY
getFormattedTextFragments, getImageData, setImageData
public String getText()
Gets the url of this HyperlinkPossibleWatermark
.
getText
in class HyperlinkPossibleWatermark
HyperlinkPossibleWatermark
.public void setText(String value)
Sets the url of this HyperlinkPossibleWatermark
.
setText
in class HyperlinkPossibleWatermark
value
- The url of this HyperlinkPossibleWatermark
.