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.
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Runs the example program.
|
static void |
processPOIFSReaderEvent(POIFSReaderEvent event) |
public static void main(String[] args) throws IOException
Runs the example program.
args - Command-line arguments (unused).IOException - if any I/O exception occurs.public static void processPOIFSReaderEvent(POIFSReaderEvent event)