|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hpsf.examples.ReadCustomPropertySets
public class ReadCustomPropertySets
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.
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 |
---|
public ReadCustomPropertySets()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
Runs the example program.
args
- Command-line arguments (unused).
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 |