public class PresentationBackgroundPossibleWatermark extends PossibleWatermark
Represents possible background watermark in a PowerPoint document.
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Gets the height of this
in points. |
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 points. |
double |
getX()
Gets the horizontal offset of this
from slide left border in points. |
double |
getY()
Gets the vertical offset of this
from slide top border in points. |
getFormattedTextFragments, getImageData, getText, setImageData, setText
public ContentPart getParent()
PresentationBackgroundPossibleWatermark
.getParent
in class PossibleWatermark
PresentationBackgroundPossibleWatermark
.public double getWidth()
PresentationBackgroundPossibleWatermark
in points.getWidth
in class PossibleWatermark
PresentationBackgroundPossibleWatermark
in points.public double getHeight()
PresentationBackgroundPossibleWatermark
in points.getHeight
in class PossibleWatermark
PresentationBackgroundPossibleWatermark
in points.public double getX()
PresentationBackgroundPossibleWatermark
from slide left border in points.getX
in class PossibleWatermark
PresentationBackgroundPossibleWatermark
.public double getY()
PresentationBackgroundPossibleWatermark
from slide top border in points.getY
in class PossibleWatermark
PresentationBackgroundPossibleWatermark
.public double getRotateAngle()
PresentationBackgroundPossibleWatermark
in degrees.getRotateAngle
in class PossibleWatermark
PresentationBackgroundPossibleWatermark
in degrees.public int getUnitOfMeasurement()
UnitOfMeasurement
of this PresentationBackgroundPossibleWatermark
.getUnitOfMeasurement
in class PossibleWatermark
UnitOfMeasurement
of this PresentationBackgroundPossibleWatermark
.