Class 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 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)