Package org.apache.poi.hwpf.dev
Class HWPFLister
- java.lang.Object
-
- org.apache.poi.hwpf.dev.HWPFLister
-
-
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(String[] args)
-
-
-
Constructor Detail
-
HWPFLister
public HWPFLister(HWPFDocumentCore doc)
-
-
Method Detail
-
dumpChpx
public void dumpChpx(boolean withProperties, boolean withSprms)
-
dumpFIB
public void dumpFIB()
-
dumpPapx
public void dumpPapx(boolean withProperties, boolean withSprms) throws Exception- Throws:
Exception
-
dumpParagraphs
public void dumpParagraphs(boolean dumpAssotiatedPapx)
-
dumpParagraphsDom
public void dumpParagraphsDom(boolean withText)
-
dumpTextPieces
public void dumpTextPieces(boolean withText)
-
-