Class SlidePersistAtom


  • public final class SlidePersistAtom
    extends RecordAtom
    A SlidePersist Atom (type 1011). Holds information on the text of a given slide, which are stored in the same SlideListWithText
    • Constructor Detail

      • SlidePersistAtom

        public SlidePersistAtom()
        Create a new SlidePersistAtom, for use with a new Slide
    • Method Detail

      • getRefID

        public int getRefID()
      • getSlideIdentifier

        public int getSlideIdentifier()
      • getNumPlaceholderTexts

        public int getNumPlaceholderTexts()
      • getHasShapesOtherThanPlaceholders

        public boolean getHasShapesOtherThanPlaceholders()
      • setRefID

        public void setRefID​(int id)
      • setSlideIdentifier

        public void setSlideIdentifier​(int id)
      • getRecordType

        public long getRecordType()
        We are of type 1011
        Specified by:
        getRecordType in class Record
      • writeOut

        public void writeOut​(java.io.OutputStream out)
                      throws java.io.IOException
        Write the contents of the record back, so it can be written to disk
        Specified by:
        writeOut in class Record
        Throws:
        java.io.IOException