|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hpsf.examples.WriteTitle
public class WriteTitle
This class is a simple sample application showing how to create a property set and write it to disk.
Constructor Summary | |
---|---|
WriteTitle()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Runs the example program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteTitle()
Method Detail |
---|
public static void main(java.lang.String[] args) throws WritingNotSupportedException, java.io.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.
java.io.IOException
- if any I/O exception occurs.
WritingNotSupportedException
- if HPSF does not (yet) support
writing a certain property type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |