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 TypeMethodDescriptionvoid
dumpChpx
(boolean withProperties, boolean withSprms) void
dumpFIB()
void
void
dumpPapx
(boolean withProperties, boolean withSprms) protected void
dumpParagraphLevels
(ListTables listTables, ParagraphProperties paragraph) void
dumpParagraphs
(boolean dumpAssotiatedPapx) void
dumpParagraphsDom
(boolean withText) protected void
dumpSprms
(SprmIterator sprmIt, String linePrefix) void
dumpTextPieces
(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)
-