PresentationSlide
Inheritance: java.lang.Object, com.groupdocs.watermark.contents.ContentPart, com.groupdocs.watermark.contents.PresentationBaseSlide
public class PresentationSlide extends PresentationBaseSlide
Represents a PowerPoint document slide.
Methods
| Method | Description | 
|---|---|
| getLayoutSlide() | Gets the layout slide for this [PresentationSlide](../../com.groupdocs.watermark.contents/presentationslide). | 
| getMasterSlide() | Gets the master slide for this [PresentationSlide](../../com.groupdocs.watermark.contents/presentationslide). | 
| getNotesSlide() | Gets the notes slide for this [PresentationSlide](../../com.groupdocs.watermark.contents/presentationslide). | 
getLayoutSlide()
public final PresentationLayoutSlide getLayoutSlide()
Gets the layout slide for this [PresentationSlide](../../com.groupdocs.watermark.contents/presentationslide).
Returns:
PresentationLayoutSlide - The layout slide for this [PresentationSlide](../../com.groupdocs.watermark.contents/presentationslide).
getMasterSlide()
public final PresentationMasterSlide getMasterSlide()
Gets the master slide for this [PresentationSlide](../../com.groupdocs.watermark.contents/presentationslide).
Returns:
PresentationMasterSlide - The master slide for this [PresentationSlide](../../com.groupdocs.watermark.contents/presentationslide).
getNotesSlide()
public final PresentationNotesSlide getNotesSlide()
Gets the notes slide for this [PresentationSlide](../../com.groupdocs.watermark.contents/presentationslide).
Returns:
PresentationNotesSlide - The notes slide for this [PresentationSlide](../../com.groupdocs.watermark.contents/presentationslide).