Class OpenOfficeOutputFilter

    • Method Summary

      Modifier and Type Method Description
      void createFileInstance​(java.lang.String fileName)  
      boolean isCustomizable()  
      void parseFields​(byte[] cByte, java.util.ArrayList ffd, java.lang.StringBuffer rb)
      Write the html header of the output file
      void setCustomProperties()  
      void writeFooter​(java.util.ArrayList ffd)
      write the footer of the xml output
      void writeHeader​(java.lang.String fileName, java.lang.String host, java.util.ArrayList ffd, char decChar)
      Write the html header of the output file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenOfficeOutputFilter

        public OpenOfficeOutputFilter()
    • Method Detail

      • createFileInstance

        public void createFileInstance​(java.lang.String fileName)
                                throws java.io.FileNotFoundException
        Specified by:
        createFileInstance in interface OutputFilterInterface
        Throws:
        java.io.FileNotFoundException
      • parseFields

        public void parseFields​(byte[] cByte,
                                java.util.ArrayList ffd,
                                java.lang.StringBuffer rb)
        Write the html header of the output file
        Specified by:
        parseFields in interface OutputFilterInterface
      • writeHeader

        public void writeHeader​(java.lang.String fileName,
                                java.lang.String host,
                                java.util.ArrayList ffd,
                                char decChar)
        Write the html header of the output file
        Specified by:
        writeHeader in interface OutputFilterInterface
      • writeFooter

        public void writeFooter​(java.util.ArrayList ffd)
        write the footer of the xml output
        Specified by:
        writeFooter in interface OutputFilterInterface