PresentationSlide
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.contents.ContentPart, com.groupdocs.watermark.contents.PresentationBaseSlide
public class PresentationSlide extends PresentationBaseSlide
Represents a PowerPoint document slide.
| 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). |
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).
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).
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).
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.