public interface IFIXGRIDPdfExporter
FIXGRIDPDFExporter.| Modifier and Type | Method and Description |
|---|---|
byte[] |
exportGridToPdf(FIXGRIDBinding fixgrid,
java.util.List<ColumnInfo> columns,
java.util.List<java.util.List<java.lang.String>> data,
boolean selctedItemsOnly)
Creation of pdf document.
|
float |
getColumnSizeFactor() |
void |
initPageSize(float width,
float height)
Explicit definition of page size.
|
void |
setColumnSizeFactor(float columnSizeFactor)
There is a calculation of column widths which is based in the
width definition inside the FIXGRID component.
|
void |
setExportInfoProvider(IFIXGRIDExportInfoProvider exportInfoProvider)
Optional call back interface which allows the exporter
to get more information about individual data rows/cells.
|
void |
setFontDataline(Font value) |
void |
setFontFooterline(Font value) |
void |
setFontHeadline(Font value) |
void |
setFontselectorDataline(FontSelector value) |
void |
setFontselectorFooterline(FontSelector value) |
void |
setFontselectorHeadline(FontSelector value) |
void |
setFontselectorTitle(FontSelector value) |
void |
setFontTitle(Font value) |
void |
setGridTitle(java.lang.String title)
Setting of title text that is printed before the grid.
|
void setGridTitle(java.lang.String title)
byte[] exportGridToPdf(FIXGRIDBinding fixgrid, java.util.List<ColumnInfo> columns, java.util.List<java.util.List<java.lang.String>> data, boolean selctedItemsOnly)
void initPageSize(float width,
float height)
void setExportInfoProvider(IFIXGRIDExportInfoProvider exportInfoProvider)
void setColumnSizeFactor(float columnSizeFactor)
float getColumnSizeFactor()
void setFontTitle(Font value)
void setFontHeadline(Font value)
void setFontFooterline(Font value)
void setFontDataline(Font value)
void setFontselectorTitle(FontSelector value)
void setFontselectorHeadline(FontSelector value)
void setFontselectorFooterline(FontSelector value)
void setFontselectorDataline(FontSelector value)
Copyright © CaptainCasa Gmbh. All Rights Reserved.