Package org.apache.poi.hslf.dev
Class SlideIdListing
- java.lang.Object
-
- org.apache.poi.hslf.dev.SlideIdListing
-
public final class SlideIdListing extends java.lang.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 Record
findRecordAtPos(int pos)
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
- Throws:
java.io.IOException
-
findRecordAtPos
public static Record findRecordAtPos(int pos)
-
-