Uses of Class
org.apache.poi.hslf.record.SlideListWithText.SlideAtomsSet

Packages that use SlideListWithText.SlideAtomsSet
org.apache.poi.hslf.model   
org.apache.poi.hslf.record   
 

Uses of SlideListWithText.SlideAtomsSet in org.apache.poi.hslf.model
 

Methods in org.apache.poi.hslf.model that return SlideListWithText.SlideAtomsSet
protected  SlideListWithText.SlideAtomsSet Slide.getSlideAtomsSet()
           
 

Constructors in org.apache.poi.hslf.model with parameters of type SlideListWithText.SlideAtomsSet
Slide(Slide slide, Notes notes, SlideListWithText.SlideAtomsSet atomSet, int slideIdentifier, int slideNumber)
          Constructs a Slide from the Slide record, and the SlideAtomsSet containing the text.
 

Uses of SlideListWithText.SlideAtomsSet in org.apache.poi.hslf.record
 

Methods in org.apache.poi.hslf.record that return SlideListWithText.SlideAtomsSet
 SlideListWithText.SlideAtomsSet[] SlideListWithText.getSlideAtomsSets()
          Get access to the SlideAtomsSets of the children of this record
 

Methods in org.apache.poi.hslf.record with parameters of type SlideListWithText.SlideAtomsSet
 void SlideListWithText.repositionSlideAtomsSet(SlideListWithText.SlideAtomsSet toMove, int newPosition)
          Shifts a SlideAtomsSet to a new position.
 



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