com.aspose.slides
Class NotesSlideManager

java.lang.Object
  extended by com.aspose.slides.NotesSlideManager
All Implemented Interfaces:
INotesSlideManager

public final class NotesSlideManager
extends java.lang.Object
implements INotesSlideManager


Method Summary
 INotesSlide addNotesSlide()
           Returns the notes slide for the current slide, creating one if there isn't.
 INotesSlide getNotesSlide()
           Returns the notes slide for the current slide.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 void removeNotesSlide()
           Removes notes slide of the current slide.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNotesSlide

public INotesSlide getNotesSlide()

Returns the notes slide for the current slide. Returns null if slide doesn't have notes slide. Read-only INotesSlide.

Specified by:
getNotesSlide in interface INotesSlideManager

addNotesSlide

public INotesSlide addNotesSlide()

Returns the notes slide for the current slide, creating one if there isn't.

Specified by:
addNotesSlide in interface INotesSlideManager
Returns:
NotesSlide for this slide.

removeNotesSlide

public void removeNotesSlide()

Removes notes slide of the current slide.

Specified by:
removeNotesSlide in interface INotesSlideManager

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.