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