public class SpreadsheetBackgroundPossibleWatermark extends PossibleWatermark
Represents possible background watermark in an Excel document.
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Gets the height of this
in pixels. |
ContentPart |
getParent()
Gets the parent of this
. |
double |
getRotateAngle()
Gets the rotate angle of this
in degrees. |
int |
getUnitOfMeasurement()
Gets the
of this . |
double |
getWidth()
Gets the width of this
in pixels. |
double |
getX()
Gets the horizontal offset of this
from worksheet left border
in pixels. |
double |
getY()
Gets the vertical offset of this
from worksheet top border in
pixels. |
getFormattedTextFragments, getImageData, getText, setImageData, setText
public ContentPart getParent()
SpreadsheetBackgroundPossibleWatermark
.getParent
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
.public double getWidth()
SpreadsheetBackgroundPossibleWatermark
in pixels.getWidth
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
in pixels.public double getHeight()
SpreadsheetBackgroundPossibleWatermark
in pixels.getHeight
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
in pixels.public double getX()
SpreadsheetBackgroundPossibleWatermark
from worksheet left border
in pixels.getX
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
.public double getY()
SpreadsheetBackgroundPossibleWatermark
from worksheet top border in
pixels.getY
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
.public double getRotateAngle()
SpreadsheetBackgroundPossibleWatermark
in degrees.getRotateAngle
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
in degrees.public int getUnitOfMeasurement()
UnitOfMeasurement
of this SpreadsheetBackgroundPossibleWatermark
.getUnitOfMeasurement
in class PossibleWatermark
UnitOfMeasurement
of this SpreadsheetBackgroundPossibleWatermark
.