org.apache.poi.hpsf.examples
Class ReadCustomPropertySets

java.lang.Object
  extended byorg.apache.poi.hpsf.examples.ReadCustomPropertySets

public class ReadCustomPropertySets
extends java.lang.Object

Sample application showing how to read a document's custom property set. Call it with the document's file name as command-line parameter.

Explanations can be found in the HPSF HOW-TO.

Since:
2003-02-01
Version:
$Id: ReadCustomPropertySets.java,v 1.4 2004/04/09 13:05:14 glens Exp $
Author:
Rainer Klute <klute@rainer-klute.de>

Constructor Summary
ReadCustomPropertySets()
           
 
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

ReadCustomPropertySets

public ReadCustomPropertySets()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException

Runs the example program.

Parameters:
args - Command-line arguments (unused).
Throws:
java.io.IOException - if any I/O exception occurs.


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