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