]> source.dussan.org Git - poi.git/commitdiff
Allow setting of the ID of the notes associated with the slide (have always been...
authorNick Burch <nick@apache.org>
Sun, 26 Jun 2005 19:01:38 +0000 (19:01 +0000)
committerNick Burch <nick@apache.org>
Sun, 26 Jun 2005 19:01:38 +0000 (19:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353731 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hslf/record/SlideAtom.java

index 6446b1777d80bb594d344260a3d48cc476b51c22..677b3d8592d9f72ea601c511de40519f2e12c651 100644 (file)
@@ -54,6 +54,9 @@ public class SlideAtom extends RecordAtom
        /** 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; }