org.apache.poi.hslf.record
Class SlidePersistAtom

java.lang.Object
  extended byorg.apache.poi.hslf.record.Record
      extended byorg.apache.poi.hslf.record.RecordAtom
          extended byorg.apache.poi.hslf.record.SlidePersistAtom

public 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

Author:
Nick Burch

Constructor Summary
protected SlidePersistAtom(byte[] source, int start, int len)
          For the SlidePersist Atom
 
Method Summary
 boolean getHasShapesOtherThanPlaceholders()
           
 int getNumPlaceholderTexts()
           
 long getRecordType()
          We are of type 1011
 int getRefID()
           
 int getSlideIdentifier()
           
 void writeOut(java.io.OutputStream out)
          Write the contents of the record back, so it can be written to disk
 
Methods inherited from class org.apache.poi.hslf.record.RecordAtom
getChildRecords, isAnAtom
 
Methods inherited from class org.apache.poi.hslf.record.Record
createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlidePersistAtom

protected SlidePersistAtom(byte[] source,
                           int start,
                           int len)
For the SlidePersist Atom

Method Detail

getRefID

public int getRefID()

getSlideIdentifier

public int getSlideIdentifier()

getNumPlaceholderTexts

public int getNumPlaceholderTexts()

getHasShapesOtherThanPlaceholders

public boolean getHasShapesOtherThanPlaceholders()

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


Copyright 2005 The Apache Software Foundation or its licensors, as applicable.