Package org.apache.poi.examples.hpsf
Class ReadCustomPropertySets
- java.lang.Object
-
- org.apache.poi.examples.hpsf.ReadCustomPropertySets
-
public final class ReadCustomPropertySets extends 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.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Runs the example program.static voidprocessPOIFSReaderEvent(POIFSReaderEvent event)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
Runs the example program.
- Parameters:
args- Command-line arguments (unused).- Throws:
IOException- if any I/O exception occurs.
-
processPOIFSReaderEvent
public static void processPOIFSReaderEvent(POIFSReaderEvent event)
-
-