Package org.apache.poi.examples.hpsf
Class ReadTitle
- java.lang.Object
-
- org.apache.poi.examples.hpsf.ReadTitle
-
public final class ReadTitle extends Object
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.
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
Runs the example program.
- Parameters:
args- Command-line arguments. The first command-line argument must be the name of a POI filesystem to read.- Throws:
IOException- if any I/O exception occurs.
-
-