Package org.apache.poi.hwpf.dev
Class HWPFLister
java.lang.Object
org.apache.poi.hwpf.dev.HWPFLister
Used by developers to list out key information on a HWPF file. End users will
probably never need to use this program.
- Author:
- Nick Burch (nick at torchbox dot com), Sergey Vladimirov (vlsergey at gmail dot com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddumpChpx(boolean withProperties, boolean withSprms) voiddumpFIB()voidvoiddumpPapx(boolean withProperties, boolean withSprms) protected voiddumpParagraphLevels(ListTables listTables, ParagraphProperties paragraph) voiddumpParagraphs(boolean dumpAssotiatedPapx) voiddumpParagraphsDom(boolean withText) protected voiddumpSprms(SprmIterator sprmIt, String linePrefix) voiddumpTextPieces(boolean withText) static void
-
Constructor Details
-
HWPFLister
-
-
Method Details
-
main
- Throws:
Exception
-
dumpChpx
public void dumpChpx(boolean withProperties, boolean withSprms) -
dumpFIB
public void dumpFIB() -
dumpFileSystem
- Throws:
Exception
-
dumpPapx
- Throws:
Exception
-
dumpParagraphs
public void dumpParagraphs(boolean dumpAssotiatedPapx) -
dumpSprms
-
dumpParagraphsDom
public void dumpParagraphsDom(boolean withText) -
dumpParagraphLevels
-
dumpTextPieces
public void dumpTextPieces(boolean withText)
-