Class Outlines
- java.lang.Object
-
- org.apache.poi.examples.hssf.usermodel.Outlines
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class Outlines extends Object implements Closeable
Creates outlines.
-
-
Constructor Summary
Constructors Constructor Description Outlines()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static voidmain(String[] args)Stringtest1()Stringtest10()Stringtest11()Stringtest12()Stringtest13()Stringtest2()Stringtest3()Stringtest4()Stringtest5()Stringtest6()Stringtest7()Stringtest8()Stringtest9()voidwriteOut(String filename)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, IllegalAccessException, InvocationTargetException, NoSuchMethodException
-
writeOut
public void writeOut(String filename) throws IOException
- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
test1
public String test1()
-
test2
public String test2()
-
test3
public String test3()
-
test4
public String test4()
-
test5
public String test5()
-
test6
public String test6()
-
test7
public String test7()
-
test8
public String test8()
-
test9
public String test9()
-
test10
public String test10()
-
test11
public String test11()
-
test12
public String test12()
-
test13
public String test13()
-
-