Class ToDoFormGenerator


  • public class ToDoFormGenerator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ToDoFormGenerator​(java.lang.String din, boolean portrait, int fontsize, float gridwidth, float gridheight)  
      ToDoFormGenerator​(java.lang.String din, boolean portrait, int fontsize, float gridwidth, float gridheight, int scaleImagePercent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getFormAsPDF​(ToDoForm md)  
      void placeChunck​(PdfWriter writer, java.lang.Object value, float x, float y, int alignment, float fontSize)  
      • Methods inherited from class java.lang.Object

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

      • ToDoFormGenerator

        public ToDoFormGenerator​(java.lang.String din,
                                 boolean portrait,
                                 int fontsize,
                                 float gridwidth,
                                 float gridheight)
                          throws DocumentException,
                                 java.io.IOException
        Throws:
        DocumentException
        java.io.IOException
      • ToDoFormGenerator

        public ToDoFormGenerator​(java.lang.String din,
                                 boolean portrait,
                                 int fontsize,
                                 float gridwidth,
                                 float gridheight,
                                 int scaleImagePercent)
                          throws DocumentException,
                                 java.io.IOException
        Throws:
        DocumentException
        java.io.IOException
    • Method Detail

      • getFormAsPDF

        public byte[] getFormAsPDF​(ToDoForm md)
      • placeChunck

        public void placeChunck​(PdfWriter writer,
                                java.lang.Object value,
                                float x,
                                float y,
                                int alignment,
                                float fontSize)