| Constructor and Description |
|---|
ExportBuilder(ExportFormat format,
String fileName)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
ExportSheetBuilder |
beginSheet(DtList<?> dtc,
String title) |
ExportSheetBuilder |
beginSheet(DtObject dto,
String title) |
Export |
build() |
ExportBuilder |
withAuthor(String author) |
ExportBuilder |
withOrientation(Export.Orientation orientation) |
ExportBuilder |
withTitle(String title) |
public ExportBuilder(ExportFormat format, String fileName)
format - type du format de sortie. Ceci configurera le Handler de traitement de l'editionfileName - nom du fichier de sortie.public ExportBuilder withTitle(String title)
title - Titre du document (Facultatif)public ExportBuilder withAuthor(String author)
author - Auteur du document (Facultatif)public ExportBuilder withOrientation(Export.Orientation orientation)
orientation - Orientation du document (Facultatif, mode portrait par défaut)public ExportSheetBuilder beginSheet(DtObject dto, String title)
dto - DTO à exportertitle - Titre de l'objetpublic ExportSheetBuilder beginSheet(DtList<?> dtc, String title)
dtc - DTC à exportertitle - Titre de la listeCopyright © 2015. All Rights Reserved.