Uses of Class
org.apache.poi.hslf.record.SlidePersistAtom

Packages that use SlidePersistAtom
org.apache.poi.hslf.record   
 

Uses of SlidePersistAtom in org.apache.poi.hslf.record
 

Methods in org.apache.poi.hslf.record that return SlidePersistAtom
 SlidePersistAtom SlideListWithText.SlideAtomsSet.getSlidePersistAtom()
          Get the SlidePersistAtom, which gives details on the Slide this text is associated with
 

Methods in org.apache.poi.hslf.record with parameters of type SlidePersistAtom
 void SlideListWithText.addSlidePersistAtom(SlidePersistAtom spa)
          Add a new SlidePersistAtom, to the end of the current list, and update the internal list of SlidePersistAtoms
 

Constructors in org.apache.poi.hslf.record with parameters of type SlidePersistAtom
SlideListWithText.SlideAtomsSet(SlidePersistAtom s, Record[] r)
          Create one to hold the Records for one Slide's text
 



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