public abstract class PresentationBaseSlide extends ContentPart
Provides the abstract base class for slides of all types in a PowerPoint document.
| Modifier and Type | Method and Description |
|---|---|
void |
addWatermark(Watermark watermark,
PresentationShapeSettings shapeSettings,
IPresentationWatermarkEffects effects) |
com.aspose.slides.IBaseSlide |
getAsposeSlidesSlide() |
PresentationChartCollection |
getCharts()
Gets the collection of all charts on the presentation.
|
double |
getHeight() |
PresentationImageFillFormat |
getImageFillFormat()
Gets the image fill format settings of the presentation.
|
PresentationShapeCollection |
getShapes()
Gets the collection of all shapes of the presentation.
|
double |
getWidth() |
addWatermark, afterWatermarkAdding, checkWatermarkingLicenseRestrictions, findImages, findImages, getParts, getSearchWatermarksInParts, getStrategyManager, getTopParent, search, search, setParts, tryGetWatermarkerSettingspublic final void addWatermark(Watermark watermark, PresentationShapeSettings shapeSettings, IPresentationWatermarkEffects effects)
public final com.aspose.slides.IBaseSlide getAsposeSlidesSlide()
public final PresentationChartCollection getCharts()
Gets the collection of all charts on the presentation.
public double getHeight()
public final PresentationImageFillFormat getImageFillFormat()
Gets the image fill format settings of the presentation.
public final PresentationShapeCollection getShapes()
Gets the collection of all shapes of the presentation.
public double getWidth()
Copyright © 2026. All rights reserved.