org.apache.poi.hwpf.dev
Class HWPFLister

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

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
HWPFLister(HWPFDocument doc)
           
 
Method Summary
 void dumpFIB()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HWPFLister

public HWPFLister(HWPFDocument doc)
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

dumpFIB

public void dumpFIB()


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.