git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353731
13f79535-47bb-0310-9956-
ffa450edef68
/** Get the embeded SSlideLayoutAtom */
public SSlideLayoutAtom getSSlideLayoutAtom() { return layoutAtom; }
+ /** Change the ID of the notes for this slide. 0 if it no longer has one */
+ public void setNotesID(int id) { notesID = id; }
+
public boolean getFollowMasterObjects() { return followMasterObjects; }
public boolean getFollowMasterScheme() { return followMasterScheme; }
public boolean getFollowMasterBackground() { return followMasterBackground; }