Author: nick Date: Mon Mar 27 13:34:29 2006 New Revision: 389284 URL: http://svn.apache.org/viewcvs?rev=389284&view=rev Log: Have more useful information on how the different IDs are used
Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/SlidePersistAtom.java Modified: jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/SlidePersistAtom.java URL: http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/SlidePersistAtom.java?rev=389284&r1=389283&r2=389284&view=diff ============================================================================== --- jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/SlidePersistAtom.java (original) +++ jakarta/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/record/SlidePersistAtom.java Mon Mar 27 13:34:29 2006 @@ -34,12 +34,18 @@ private byte[] _header; private static long _type = 1011l; - /** Slide reference ID. A machine readable "page id" */ + /** + * Slide reference ID. Should correspond to the PersistPtr + * "sheet ID" of the matching slide/notes record + */ private int refID; private boolean hasShapesOtherThanPlaceholders; /** Number of placeholder texts that will follow in the SlideListWithText */ private int numPlaceholderTexts; - /** Less useful identifier */ + /** + * The internal identifier (256+), which is used to tie slides + * and notes together + */ private int slideIdentifier; /** Reserved fields. Who knows what they do */ private byte[] reservedFields; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/