Package org.apache.poi.hslf.dev
Class SlideIdListing
- java.lang.Object
-
- org.apache.poi.hslf.dev.SlideIdListing
-
public final class SlideIdListing extends Object
Gets all the different things that have Slide IDs (of sorts) in them, and displays them, so you can try to guess what they all mean
-
-
Constructor Summary
Constructors Constructor Description SlideIdListing()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RecordfindRecordAtPos(int pos)static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
findRecordAtPos
public static Record findRecordAtPos(int pos)
-
-