net.sf.jasperreports.jsf.engine.export
Class DocxExporter
java.lang.Object
net.sf.jasperreports.jsf.engine.export.ExporterBase
net.sf.jasperreports.jsf.engine.export.DocxExporter
- All Implemented Interfaces:
- Exporter
public final class DocxExporter
- extends ExporterBase
Exports the reports contents to a MS Office 2007 (Word) document.
Requires JasperReports 3.5.x
- 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
- Exporter content type.
ATTR_FRAMES_AS_NESTED_TABLES
public static final String ATTR_FRAMES_AS_NESTED_TABLES
- Render frames as nested tables attribute.
- See Also:
- Constant Field Values
DocxExporter
public DocxExporter()
getContentTypes
public Collection<ContentType> getContentTypes()
- Obtains the exporter content type.
- Returns:
- the exporter content type.
createJRExporter
protected net.sf.jasperreports.engine.JRExporter createJRExporter(javax.faces.context.FacesContext context,
UIReport component)
- Creates the JRExporter instance wrapped by this implementation.
- Specified by:
createJRExporter
in class ExporterBase
- Parameters:
context
- current faces' context.component
- report component.
- Returns:
- the JRExporter instance.
Copyright © 2011 SourceForge.net. All Rights Reserved.