public class PresentationSlide extends PresentationBaseSlide
Represents a PowerPoint document slide.
Modifier and Type | Method and Description |
---|---|
PresentationLayoutSlide |
getLayoutSlide()
Gets the layout slide for this
PresentationSlide . |
PresentationMasterSlide |
getMasterSlide()
Gets the master slide for this
PresentationSlide . |
PresentationNotesSlide |
getNotesSlide()
Gets the notes slide for this
PresentationSlide . |
getCharts, getImageFillFormat, getShapes
findImages, findImages, search, search
public final PresentationLayoutSlide getLayoutSlide()
Gets the layout slide for this PresentationSlide
.
PresentationSlide
.public final PresentationMasterSlide getMasterSlide()
Gets the master slide for this PresentationSlide
.
PresentationSlide
.public final PresentationNotesSlide getNotesSlide()
Gets the notes slide for this PresentationSlide
.
PresentationSlide
.Copyright © 2020. All rights reserved.