Package org.apache.poi.hwpf.dev
Class HWPFLister
- java.lang.Object
-
- org.apache.poi.hwpf.dev.HWPFLister
-
@Beta public final class HWPFLister extends java.lang.Object
Used by developers to list out key information on a HWPF file. End users will probably never need to use this program.
-
-
Constructor Summary
Constructors Constructor Description HWPFLister(HWPFDocumentCore doc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddumpChpx(boolean withProperties, boolean withSprms)voiddumpFIB()voiddumpFileSystem()voiddumpPapx(boolean withProperties, boolean withSprms)voiddumpParagraphs(boolean dumpAssotiatedPapx)voiddumpParagraphsDom(boolean withText)voiddumpTextPieces(boolean withText)static voidmain(java.lang.String[] args)
-
-
-
Constructor Detail
-
HWPFLister
public HWPFLister(HWPFDocumentCore doc)
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-
dumpChpx
public void dumpChpx(boolean withProperties, boolean withSprms)
-
dumpFIB
public void dumpFIB()
-
dumpFileSystem
public void dumpFileSystem() throws java.lang.Exception- Throws:
java.lang.Exception
-
dumpPapx
public void dumpPapx(boolean withProperties, boolean withSprms) throws java.lang.Exception- Throws:
java.lang.Exception
-
dumpParagraphs
public void dumpParagraphs(boolean dumpAssotiatedPapx)
-
dumpParagraphsDom
public void dumpParagraphsDom(boolean withText)
-
dumpTextPieces
public void dumpTextPieces(boolean withText)
-
-