Class WordPOITool


  • public class WordPOITool
    extends java.lang.Object
    Microsoft Word binary using Apache POI toolbox ZZZ experimental work in progress ZZZ
    • Constructor Detail

      • WordPOITool

        public WordPOITool()
    • Method Detail

      • generateToString

        @Deprecated
        public java.lang.String generateToString()
                                          throws java.io.IOException
        Deprecated.
        Use other generate methods
        Throws:
        java.io.IOException
      • generateToByteArray

        public static byte[] generateToByteArray()
                                          throws java.io.IOException
        Generate to byte array
        Returns:
        Byte array
        Throws:
        java.io.IOException - If byte array generation fails
      • generateToFile

        public static void generateToFile​(java.lang.String fileName)
                                   throws java.io.IOException
        Generate to file
        Parameters:
        fileName - File name
        Throws:
        java.io.IOException - If file generation fails
      • generate

        public static void generate​(java.io.OutputStream out)
                             throws java.io.IOException
        Generate to output stream
        Parameters:
        out - Output stream
        Throws:
        java.io.IOException - If output stream generation fails