Class AbstractExporterIText

java.lang.Object
io.vertigo.quarto.plugins.exporter.pdfrtf.AbstractExporterIText

public abstract class AbstractExporterIText extends Object
Author:
pchretien, npiedeloup
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AbstractExporterIText(io.vertigo.datastore.entitystore.EntityStoreManager entityStoreManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract void
    createWriter(com.lowagie.text.Document document, OutputStream out)
    We create a writer that listens to the document and directs a PDF-stream to out
    final void
    Méthode principale qui gère l'export d'un tableau vers un fichier ODS.

    Methods inherited from class java.lang.Object

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

    • AbstractExporterIText

      protected AbstractExporterIText(io.vertigo.datastore.entitystore.EntityStoreManager entityStoreManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager)
      Constructor.
  • Method Details

    • createWriter

      protected abstract void createWriter(com.lowagie.text.Document document, OutputStream out) throws com.lowagie.text.DocumentException
      We create a writer that listens to the document and directs a PDF-stream to out
      Parameters:
      document - Document
      out - OutputStream
      Throws:
      com.lowagie.text.DocumentException - Itext exception
    • exportData

      public final void exportData(Export export, OutputStream out) throws com.lowagie.text.DocumentException
      Méthode principale qui gère l'export d'un tableau vers un fichier ODS.
      Parameters:
      export - paramètres du document à exporter
      out - flux de sortie
      Throws:
      com.lowagie.text.DocumentException - Exception