Package org.apache.poi.examples.hpsf
Class WriteTitle
- java.lang.Object
-
- org.apache.poi.examples.hpsf.WriteTitle
-
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.
-
-
Method Detail
-
main
public static void main(String[] args) throws WritingNotSupportedException, IOException
Runs the example program.
- Parameters:
args- Command-line arguments. The first and only command-line argument is the name of the POI file system to create.- Throws:
IOException- if any I/O exception occurs.WritingNotSupportedException- if HPSF does not (yet) support writing a certain property type.
-
-