public class SpreadsheetHyperlinkPossibleWatermark extends HyperlinkPossibleWatermark
Represents possible hyperlink watermark in an Excel document.
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Gets the height of this
SpreadsheetHyperlinkPossibleWatermark in points. |
ContentPart |
getParent()
Gets the parent of this
SpreadsheetHyperlinkPossibleWatermark . |
double |
getRotateAngle()
Gets the rotate angle of this
SpreadsheetHyperlinkPossibleWatermark in degrees. |
String |
getText()
Gets the url of this
SpreadsheetHyperlinkPossibleWatermark . |
int |
getUnitOfMeasurement()
Gets the unit of measurement of this
SpreadsheetHyperlinkPossibleWatermark . |
double |
getWidth()
Gets the width of this
SpreadsheetHyperlinkPossibleWatermark in points. |
double |
getX()
Gets the horizontal offset of this
SpreadsheetHyperlinkPossibleWatermark from
worksheet left border in points. |
double |
getY()
Gets the vertical offset of this
SpreadsheetHyperlinkPossibleWatermark from
worksheet top border in points. |
void |
setText(String value)
Sets the url of this
SpreadsheetHyperlinkPossibleWatermark . |
getFormattedTextFragments, getImageData, setImageData
public ContentPart getParent()
Gets the parent of this SpreadsheetHyperlinkPossibleWatermark
.
getParent
in class HyperlinkPossibleWatermark
SpreadsheetHyperlinkPossibleWatermark
.public double getWidth()
Gets the width of this SpreadsheetHyperlinkPossibleWatermark
in points.
getWidth
in class HyperlinkPossibleWatermark
SpreadsheetHyperlinkPossibleWatermark
in points.public double getHeight()
Gets the height of this SpreadsheetHyperlinkPossibleWatermark
in points.
getHeight
in class HyperlinkPossibleWatermark
SpreadsheetHyperlinkPossibleWatermark
in points.public double getX()
Gets the horizontal offset of this SpreadsheetHyperlinkPossibleWatermark
from
worksheet left border in points.
getX
in class HyperlinkPossibleWatermark
SpreadsheetHyperlinkPossibleWatermark
.public double getY()
Gets the vertical offset of this SpreadsheetHyperlinkPossibleWatermark
from
worksheet top border in points.
getY
in class HyperlinkPossibleWatermark
SpreadsheetHyperlinkPossibleWatermark
.public double getRotateAngle()
Gets the rotate angle of this SpreadsheetHyperlinkPossibleWatermark
in degrees.
getRotateAngle
in class HyperlinkPossibleWatermark
public String getText()
Gets the url of this SpreadsheetHyperlinkPossibleWatermark
.
getText
in class HyperlinkPossibleWatermark
SpreadsheetHyperlinkPossibleWatermark
.public void setText(String value)
Sets the url of this SpreadsheetHyperlinkPossibleWatermark
.
setText
in class HyperlinkPossibleWatermark
value
- The url of this SpreadsheetHyperlinkPossibleWatermark
.public int getUnitOfMeasurement()
Gets the unit of measurement of this SpreadsheetHyperlinkPossibleWatermark
.
getUnitOfMeasurement
in class HyperlinkPossibleWatermark
SpreadsheetHyperlinkPossibleWatermark
.Copyright © 2020. All rights reserved.