com.aspose.slides
Interface INotesSlideManager

All Known Implementing Classes:
NotesSlideManager

public interface 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.
 void removeNotesSlide()
           Removes notes slide of the current slide.
 

Method Detail

getNotesSlide

INotesSlide getNotesSlide()

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


addNotesSlide

INotesSlide addNotesSlide()

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

Returns:
INotesSlide for this slide.

removeNotesSlide

void removeNotesSlide()

Removes notes slide of the current slide.



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