|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hpsf.examples.ReadTitle
public class ReadTitle
Sample application showing how to read a OLE 2 document's title. Call it with the document's file name as command line parameter.
Explanations can be found in the HPSF HOW-TO.
Constructor Summary | |
---|---|
ReadTitle()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Runs the example program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadTitle()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
Runs the example program.
args
- Command-line arguments. The first command-line argument must
be the name of a POI filesystem to read.
java.io.IOException
- if any I/O exception occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |