Class PdfShortExpose

    • Constructor Detail

      • PdfShortExpose

        public PdfShortExpose()
    • Method Detail

      • build

        protected void build​(OutputStream output)
                      throws IOException,
                             com.lowagie.text.DocumentException
        PDF-Erzeugung starten.
        Specified by:
        build in class AbstractExpose
        Parameters:
        output - PDF-Ausgabe
        Throws:
        IOException
        com.lowagie.text.DocumentException
      • createExposeAttribsBottomTable

        protected com.lowagie.text.pdf.PdfPTable createExposeAttribsBottomTable​(List<OpenEstateType> estateTypePath,
                                                                                Color textColor,
                                                                                float totalWidth,
                                                                                float totalHeight)
      • createExposeAttribsPriceTable

        protected com.lowagie.text.pdf.PdfPTable createExposeAttribsPriceTable​(Color textColor,
                                                                               float totalWidth,
                                                                               float totalHeight)
      • createExposeAttribsTopTable

        protected com.lowagie.text.pdf.PdfPTable createExposeAttribsTopTable​(List<OpenEstateType> estateTypePath,
                                                                             Color textColor,
                                                                             float totalWidth,
                                                                             float totalHeight)
      • createExposeContactTable

        protected com.lowagie.text.pdf.PdfPTable createExposeContactTable​(DbAgencyContact contact,
                                                                          ImmoToolAgent agent,
                                                                          Color textColor,
                                                                          float totalWidth,
                                                                          float totalHeight)
      • createExposeDescriptionTable

        protected com.lowagie.text.pdf.PdfPTable createExposeDescriptionTable​(Color textColor,
                                                                              float totalWidth,
                                                                              float totalHeight)
      • createExposeHeadTable

        protected com.lowagie.text.pdf.PdfPTable createExposeHeadTable​(Color textColor,
                                                                       float totalWidth,
                                                                       float totalHeight)
                                                                throws com.lowagie.text.DocumentException
        Throws:
        com.lowagie.text.DocumentException
      • createExposeHeadCityTable

        protected com.lowagie.text.pdf.PdfPTable createExposeHeadCityTable​(Color textColor)
                                                                    throws com.lowagie.text.DocumentException
        Throws:
        com.lowagie.text.DocumentException
      • createExposeProvisionTable

        protected com.lowagie.text.pdf.PdfPTable createExposeProvisionTable​(Color textColor,
                                                                            float totalWidth,
                                                                            float totalHeight)
                                                                     throws com.lowagie.text.DocumentException
        Throws:
        com.lowagie.text.DocumentException
      • createExposeTypeTable

        protected com.lowagie.text.pdf.PdfPTable createExposeTypeTable​(Color textColor)
                                                                throws com.lowagie.text.DocumentException
        Throws:
        com.lowagie.text.DocumentException
      • createTable

        protected com.lowagie.text.pdf.PdfPTable createTable​(com.lowagie.text.Rectangle pageSize)
                                                      throws com.lowagie.text.DocumentException
        Erzeugt die PDF-Tabelle für eine Immobilie.
        Parameters:
        pageSize - Seitenformat
        Returns:
        PDF-Tabelle
        Throws:
        com.lowagie.text.DocumentException