1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for Java
  4. /
  5. com.groupdocs.watermark.contents
  6. /
  7. PresentationLayoutSlide

PresentationLayoutSlide

On this page

Inheritance: java.lang.Object, com.groupdocs.watermark.contents.ContentPart, com.groupdocs.watermark.contents.PresentationBaseSlide

public class PresentationLayoutSlide extends PresentationBaseSlide

Represents a PowerPoint content layout slide.

Methods

Method Description
getMasterSlide() Gets the master slide for this [PresentationLayoutSlide](../../com.groupdocs.watermark.contents/presentationlayoutslide).

getMasterSlide()

public final PresentationMasterSlide getMasterSlide()

Gets the master slide for this [PresentationLayoutSlide](../../com.groupdocs.watermark.contents/presentationlayoutslide).

Returns: PresentationMasterSlide - The master slide for this [PresentationLayoutSlide](../../com.groupdocs.watermark.contents/presentationlayoutslide).

On this page