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
SpreadsheetBackgroundPossibleWatermark in pixels. |
ContentPart |
getParent()
Gets the parent of this
SpreadsheetBackgroundPossibleWatermark . |
double |
getRotateAngle()
Gets the rotate angle of this
SpreadsheetBackgroundPossibleWatermark in degrees. |
int |
getUnitOfMeasurement()
Gets the unit of measurement of this
SpreadsheetBackgroundPossibleWatermark . |
double |
getWidth()
Gets the width of this
SpreadsheetBackgroundPossibleWatermark in pixels. |
double |
getX()
Gets the horizontal offset of this
SpreadsheetBackgroundPossibleWatermark from worksheet left border
in pixels. |
double |
getY()
Gets the vertical offset of this
SpreadsheetBackgroundPossibleWatermark from worksheet top border in
pixels. |
getFormattedTextFragments, getImageData, getText, setImageData, setText
public ContentPart getParent()
Gets the parent of this SpreadsheetBackgroundPossibleWatermark
.
getParent
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
.public double getWidth()
Gets the width of this SpreadsheetBackgroundPossibleWatermark
in pixels.
getWidth
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
in pixels.public double getHeight()
Gets the height of this SpreadsheetBackgroundPossibleWatermark
in pixels.
getHeight
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
in pixels.public double getX()
Gets the horizontal offset of this SpreadsheetBackgroundPossibleWatermark
from worksheet left border
in pixels.
getX
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
.public double getY()
Gets the vertical offset of this SpreadsheetBackgroundPossibleWatermark
from worksheet top border in
pixels.
getY
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
.public double getRotateAngle()
Gets the rotate angle of this SpreadsheetBackgroundPossibleWatermark
in degrees.
getRotateAngle
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
in degrees.public int getUnitOfMeasurement()
Gets the unit of measurement of this SpreadsheetBackgroundPossibleWatermark
.
getUnitOfMeasurement
in class PossibleWatermark
SpreadsheetBackgroundPossibleWatermark
.Copyright © 2020. All rights reserved.