PresentationBaseSlide
Leave feedback
On this page
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.
| 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) |
public final PresentationShapeCollection getShapes()
Gets the collection of all shapes of the presentation.
Returns: PresentationShapeCollection - The collection of all shapes of the presentation.
public final PresentationChartCollection getCharts()
Gets the collection of all charts on the presentation.
Returns: PresentationChartCollection - The collection of all charts on the presentation.
public final PresentationImageFillFormat getImageFillFormat()
Gets the image fill format settings of the presentation.
Returns: PresentationImageFillFormat - The image fill format settings of the presentation.
public final IBaseSlide getAsposeSlidesSlide()
Returns: com.aspose.slides.IBaseSlide
public double getWidth()
Returns: double
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 |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.