PresentationBackgroundPossibleWatermark

Inheritance: java.lang.Object, com.groupdocs.watermark.search.PossibleWatermark

public class PresentationBackgroundPossibleWatermark extends PossibleWatermark

Represents possible background watermark in a PowerPoint document.

Constructors

Constructor Description
PresentationBackgroundPossibleWatermark(PresentationBaseSlide slide)

Methods

Method Description
getParent() Gets the parent of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark).
getWidth() Gets the width of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) in points.
getHeight() Gets the height of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) in points.
getX() Gets the horizontal offset of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) from slide left border in points.
getY() Gets the vertical offset of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) from slide top border in points.
getRotateAngle() Gets the rotate angle of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) in degrees.
getUnitOfMeasurement() Gets the [UnitOfMeasurement](../../com.groupdocs.watermark.common/unitofmeasurement) of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark).
getImageInternally()
remove()

PresentationBackgroundPossibleWatermark(PresentationBaseSlide slide)

public PresentationBackgroundPossibleWatermark(PresentationBaseSlide slide)

Parameters:

Parameter Type Description
slide PresentationBaseSlide

getParent()

public ContentPart getParent()

Gets the parent of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark).

Returns: ContentPart - The parent of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark).

getWidth()

public double getWidth()

Gets the width of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) in points.

Returns: double - The width of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) in points.

getHeight()

public double getHeight()

Gets the height of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) in points.

Returns: double - The height of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) in points.

getX()

public double getX()

Gets the horizontal offset of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) from slide left border in points.

Returns: double - The x-coordinate of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark).

getY()

public double getY()

Gets the vertical offset of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) from slide top border in points.

Returns: double - The y-coordinate of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark).

getRotateAngle()

public double getRotateAngle()

Gets the rotate angle of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) in degrees.

Returns: double - The rotate angle of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark) in degrees.

getUnitOfMeasurement()

public int getUnitOfMeasurement()

Gets the [UnitOfMeasurement](../../com.groupdocs.watermark.common/unitofmeasurement) of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark).

Returns: int - The [UnitOfMeasurement](../../com.groupdocs.watermark.common/unitofmeasurement) of this [PresentationBackgroundPossibleWatermark](../../com.groupdocs.watermark.search/presentationbackgroundpossiblewatermark).

getImageInternally()

public WatermarkableImage getImageInternally()

Returns: WatermarkableImage

remove()

public void remove()