Classe BasicListPdf

(Actualitzat 30/04/2020, 16:14:51)

Extends:

Implements:

Package: eresadmin.pdf

Informació general

Pablo Sanz Martín

Clase básica de la que heredan las otras clases de creación de documentos.

Revisado 30/04/2020 12:50:30
   addCell
   addContent
   addEmptyLine
   addMetaData
   addTitlePage
   BasicListPdf
   BasicListPdf
   createTable
   main
   print
   printToFile
        
eresadmin.pdf.BasicListPdf
@param PdfPTable
@param String
@return 
@throws 
protected void addCell(PdfPTable tb, String str)    {}  
eresadmin.pdf.BasicListPdf
@param Document
@return 
@throws DocumentException
protected void addContent(Document document) throws DocumentException {}  
eresadmin.pdf.BasicListPdf
@param Paragraph
@param int
@return 
@throws 
protected void addEmptyLine(Paragraph paragraph, int number) {}  
eresadmin.pdf.BasicListPdf
@param Document
@return 
@throws 
protected void addMetaData(Document document) {}  
eresadmin.pdf.BasicListPdf
@param Document
@return 
@throws DocumentException, BadElementException, MalformedURLException, IOException
protected void addTitlePage(Document document) throws DocumentException, BadElementException, MalformedURLException, IOException {}  
eresadmin.pdf.BasicListPdf
@param String
@return 
@throws 
public BasicListPdf(String arx)    {}  
eresadmin.pdf.BasicListPdf
@param HttpServletResponse
@param 
@param 
@return 
@throws 
public BasicListPdf(HttpServletResponse response, String contextRuta, Collection<TuplaCitaExt> col)    {}  
eresadmin.pdf.BasicListPdf

@return 
@throws BadElementException, DocumentException
protected PdfPTable createTable() throws BadElementException, DocumentException {}  
eresadmin.pdf.BasicListPdf
@param String[]
@return 
@throws 
public static void main(String[] args) {}  
eresadmin.pdf.BasicListPdf

@return 
@throws FileNotFoundException, DocumentException, BadElementException, MalformedURLException, IOException
public HttpServletResponse print() throws FileNotFoundException, DocumentException, BadElementException, MalformedURLException, IOException   {}  
eresadmin.pdf.BasicListPdf

@return 
@throws 
public void printToFile()   {}