public final class WriteTitle extends Object
This class is a simple sample application showing how to create a property set and write it to disk.
public static void main(String[] args) throws WritingNotSupportedException, IOException
Runs the example program.
args - Command-line arguments. The first and only command-line
argument is the name of the POI file system to create.IOException - if any I/O exception occurs.WritingNotSupportedException - if HPSF does not (yet) support
writing a certain property type.