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 |
---|---|
PresentationChartCollection |
getCharts()
Gets the collection of all charts on the presentation.
|
PresentationImageFillFormat |
getImageFillFormat()
Gets the image fill format settings of the presentation.
|
PresentationShapeCollection |
getShapes()
Gets the collection of all shapes of the presentation.
|
findImages, findImages, search, search
public final PresentationShapeCollection getShapes()
Gets the collection of all shapes of the presentation.
public final PresentationChartCollection getCharts()
Gets the collection of all charts on the presentation.
public final PresentationImageFillFormat getImageFillFormat()
Gets the image fill format settings of the presentation.