Package org.apache.poi.hslf.dev
Class TextStyleListing
- java.lang.Object
-
- org.apache.poi.hslf.dev.TextStyleListing
-
public final class TextStyleListing extends java.lang.ObjectUses 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 voidmain(java.lang.String[] args)static voidshowStyleTextPropAtom(StyleTextPropAtom stpa)static voidshowTextProps(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)
-
-