PresentationBaseSlide

Inheritance: java.lang.Object, com.groupdocs.watermark.contents.ContentPart

public abstract class PresentationBaseSlide extends ContentPart

Provides the abstract base class for slides of all types in a PowerPoint document.

Methods

Method Description
getShapes() Gets the collection of all shapes of the presentation.
getCharts() Gets the collection of all charts on the presentation.
getImageFillFormat() Gets the image fill format settings of the presentation.
getAsposeSlidesSlide()
getWidth()
getHeight()
addWatermark(Watermark watermark, PresentationShapeSettings shapeSettings, IPresentationWatermarkEffects effects)

getShapes()

public final PresentationShapeCollection getShapes()

Gets the collection of all shapes of the presentation.

Returns: PresentationShapeCollection - The collection of all shapes of the presentation.

getCharts()

public final PresentationChartCollection getCharts()

Gets the collection of all charts on the presentation.

Returns: PresentationChartCollection - The collection of all charts on the presentation.

getImageFillFormat()

public final PresentationImageFillFormat getImageFillFormat()

Gets the image fill format settings of the presentation.

Returns: PresentationImageFillFormat - The image fill format settings of the presentation.

getAsposeSlidesSlide()

public final IBaseSlide getAsposeSlidesSlide()

Returns: com.aspose.slides.IBaseSlide

getWidth()

public double getWidth()

Returns: double

getHeight()

public double getHeight()

Returns: double

addWatermark(Watermark watermark, PresentationShapeSettings shapeSettings, IPresentationWatermarkEffects effects)

public final void addWatermark(Watermark watermark, PresentationShapeSettings shapeSettings, IPresentationWatermarkEffects effects)

Parameters:

Parameter Type Description
watermark Watermark
shapeSettings PresentationShapeSettings
effects IPresentationWatermarkEffects