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