Package org.apache.poi.hslf.dev
Class TextStyleListing
- java.lang.Object
-
- org.apache.poi.hslf.dev.TextStyleListing
-
public final class TextStyleListing extends java.lang.Object
Uses record level code to locate StyleTextPropAtom entries. Having found them, it shows the contents
-
-
Constructor Summary
Constructors Constructor Description TextStyleListing()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static void
showStyleTextPropAtom(StyleTextPropAtom stpa)
static void
showTextProps(TextPropCollection tpc)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
- Throws:
java.io.IOException
-
showStyleTextPropAtom
public static void showStyleTextPropAtom(StyleTextPropAtom stpa)
-
showTextProps
public static void showTextProps(TextPropCollection tpc)
-
-