Class QuartoFeatures

java.lang.Object
io.vertigo.core.node.config.Features<QuartoFeatures>
io.vertigo.quarto.QuartoFeatures
All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>

public class QuartoFeatures extends io.vertigo.core.node.config.Features<QuartoFeatures>
  • Constructor Details

    • QuartoFeatures

      public QuartoFeatures()
  • Method Details

    • withConverter

      public QuartoFeatures withConverter(io.vertigo.core.param.Param... params)
    • withLocalOpenOfficeConverter

      public QuartoFeatures withLocalOpenOfficeConverter(io.vertigo.core.param.Param... params)
    • withRemoteOpenOfficeConverter

      public QuartoFeatures withRemoteOpenOfficeConverter(io.vertigo.core.param.Param... params)
    • withXDocReportConverter

      public QuartoFeatures withXDocReportConverter()
    • withExporter

      public QuartoFeatures withExporter(io.vertigo.core.param.Param... params)
    • withCSVExporter

      public QuartoFeatures withCSVExporter(io.vertigo.core.param.Param... params)
    • withPDFExporter

      public QuartoFeatures withPDFExporter()
    • withRTFExporter

      public QuartoFeatures withRTFExporter()
    • withXLSExporter

      @Deprecated public QuartoFeatures withXLSExporter()
      Deprecated.
    • withXLSXExporter

      public QuartoFeatures withXLSXExporter()
    • withODSExporter

      public QuartoFeatures withODSExporter()
    • withPublisher

      public QuartoFeatures withPublisher()
    • withDOCXPublisher

      public QuartoFeatures withDOCXPublisher()
    • withODTPublisher

      public QuartoFeatures withODTPublisher()
    • buildFeatures

      protected void buildFeatures()
      Specified by:
      buildFeatures in class io.vertigo.core.node.config.Features<QuartoFeatures>