Class HWPFLister

java.lang.Object
org.apache.poi.hwpf.dev.HWPFLister

@Beta public final class HWPFLister extends Object
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 Details

  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • dumpChpx

      public void dumpChpx(boolean withProperties, boolean withSprms)
    • dumpFIB

      public void dumpFIB()
    • dumpFileSystem

      public void dumpFileSystem() throws Exception
      Throws:
      Exception
    • dumpPapx

      public void dumpPapx(boolean withProperties, boolean withSprms) throws Exception
      Throws:
      Exception
    • dumpParagraphs

      public void dumpParagraphs(boolean dumpAssotiatedPapx)
    • dumpSprms

      protected void dumpSprms(SprmIterator sprmIt, String linePrefix)
    • dumpParagraphsDom

      public void dumpParagraphsDom(boolean withText)
    • dumpParagraphLevels

      protected void dumpParagraphLevels(ListTables listTables, ParagraphProperties paragraph)
    • dumpTextPieces

      public void dumpTextPieces(boolean withText)