net.sf.jasperreports.jsf.engine.export
Class XlsExporter
java.lang.Object
net.sf.jasperreports.jsf.engine.export.ExporterBase
net.sf.jasperreports.jsf.engine.export.XlsExporter
- All Implemented Interfaces:
- Exporter
public final class XlsExporter
- extends ExporterBase
Exporter implementation which generates a XLS report.
- Author:
- A. Alonso Dominguez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_TYPE
public static final ContentType CONTENT_TYPE
- The MIME type for this exporter.
ATTR_IS_AUTO_DETECT_CELL_TYPE
@Deprecated
public static final String ATTR_IS_AUTO_DETECT_CELL_TYPE
- Deprecated.
- See Also:
- Constant Field Values
ATTR_IS_COLLAPSE_ROW_SPAN
public static final String ATTR_IS_COLLAPSE_ROW_SPAN
- See Also:
- Constant Field Values
ATTR_IS_DETECT_CELL_TYPE
public static final String ATTR_IS_DETECT_CELL_TYPE
- See Also:
- Constant Field Values
ATTR_IS_FONT_SIZE_FIX_ENABLED
public static final String ATTR_IS_FONT_SIZE_FIX_ENABLED
- See Also:
- Constant Field Values
ATTR_IS_IGNORE_CELL_BORDER
public static final String ATTR_IS_IGNORE_CELL_BORDER
- See Also:
- Constant Field Values
ATTR_IS_IGNORE_GRAPHICS
public static final String ATTR_IS_IGNORE_GRAPHICS
- See Also:
- Constant Field Values
ATTR_IS_IMAGE_SIZE_FIX_ENABLED
public static final String ATTR_IS_IMAGE_SIZE_FIX_ENABLED
- See Also:
- Constant Field Values
ATTR_IS_ONE_PAGE_PER_SHEET
public static final String ATTR_IS_ONE_PAGE_PER_SHEET
- See Also:
- Constant Field Values
ATTR_IS_REMOVE_EMPTY_SPACE_BETWEEN_COLUMNS
public static final String ATTR_IS_REMOVE_EMPTY_SPACE_BETWEEN_COLUMNS
- See Also:
- Constant Field Values
ATTR_IS_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
public static final String ATTR_IS_REMOVE_EMPTY_SPACE_BETWEEN_ROWS
- See Also:
- Constant Field Values
ATTR_IS_WHITE_PAGE_BACKGROUND
public static final String ATTR_IS_WHITE_PAGE_BACKGROUND
- See Also:
- Constant Field Values
ATTR_MAXIMUM_ROWS_PER_SHEET
public static final String ATTR_MAXIMUM_ROWS_PER_SHEET
- See Also:
- Constant Field Values
XlsExporter
public XlsExporter()
getContentTypes
public Collection<ContentType> getContentTypes()
- Description copied from interface:
Exporter
- Content type of the output generated by this exporter.
- Returns:
- the exporter's content type.
- See Also:
Exporter.getContentTypes()
createJRXlsExporter
protected net.sf.jasperreports.engine.export.JRXlsAbstractExporter createJRXlsExporter(javax.faces.context.FacesContext context,
UIReport component)
createJRExporter
protected net.sf.jasperreports.engine.JRExporter createJRExporter(javax.faces.context.FacesContext context,
UIReport component)
- Description copied from class:
ExporterBase
- Creates the jr exporter.
- Specified by:
createJRExporter
in class ExporterBase
- Parameters:
context
- the faces' contextcomponent
- the report component
- Returns:
- the jR exporter
Copyright © 2011 SourceForge.net. All Rights Reserved.