Uses of Class
net.sf.jasperreports.engine.export.JRXlsAbstractExporterParameter

Packages that use JRXlsAbstractExporterParameter
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
 

Uses of JRXlsAbstractExporterParameter in net.sf.jasperreports.engine.export
 

Subclasses of JRXlsAbstractExporterParameter in net.sf.jasperreports.engine.export
 class JExcelApiExporterParameter
           
 class JRXlsAbstractMetadataExporterParameter
          Contains parameters useful for export to XLS format based on metadata.
 class JRXlsExporterParameter
          Contains parameters useful for export in XLS format using apache.poi.hssf APIs.
 

Fields in net.sf.jasperreports.engine.export declared as JRXlsAbstractExporterParameter
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_COLLAPSE_ROW_SPAN
          Flag for collapsing row span and avoid merging cells across rows.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_DETECT_CELL_TYPE
          Flag used to indicate whether the exporter should take into consideration the type of the original text field expressions and set the cell types and values accordingly.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_FONT_SIZE_FIX_ENABLED
          Flag for decreasing font size so that texts fit into the specified cell height.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_IGNORE_CELL_BACKGROUND
          Flag for ignoring the cell background color.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_IGNORE_CELL_BORDER
          Flag for ignoring the cell border.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_IGNORE_GRAPHICS
          Flag for ignoring graphic elements and exporting text elements only.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_IMAGE_BORDER_FIX_ENABLED
          Flag for forcing the minimum image padding to 1 pixel, to avoid situations where the image hides the cell border.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_ONE_PAGE_PER_SHEET
          A boolean value specifying whether each report page should be written in a different XLS sheet
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_REMOVE_EMPTY_SPACE_BETWEEN_COLUMNS
          A boolean value specifying whether the empty spaces that could appear between columns should be removed or not.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
          A boolean value specifying whether the empty spaces that could appear between rows should be removed or not.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.IS_WHITE_PAGE_BACKGROUND
          A boolean value specifying whether the page background should be white or the default XLS background color.
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.PASSWORD
          A String value representing the password in case of password protected documents
static JRXlsAbstractExporterParameter JRXlsAbstractExporterParameter.SHEET_NAMES
          An array of strings representing custom sheet names.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com