net.sf.jasperreports.jsf.engine.export
Class DocxExporter

java.lang.Object
  extended by net.sf.jasperreports.jsf.engine.export.ExporterBase
      extended by 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

Field Summary
static String ATTR_FRAMES_AS_NESTED_TABLES
          Render frames as nested tables attribute.
static ContentType CONTENT_TYPE
          Exporter content type.
 
Fields inherited from class net.sf.jasperreports.jsf.engine.export.ExporterBase
ATTR_CHARACTER_ENCODING, ATTR_END_PAGE_INDEX, ATTR_FILTER, ATTR_IGNORE_PAGE_MARGINS, ATTR_OFFSET_X, ATTR_OFFSET_Y, ATTR_PAGE_INDEX, ATTR_START_PAGE_INDEX
 
Constructor Summary
DocxExporter()
           
 
Method Summary
protected  net.sf.jasperreports.engine.JRExporter createJRExporter(javax.faces.context.FacesContext context, UIReport component)
          Creates the JRExporter instance wrapped by this implementation.
 Collection<ContentType> getContentTypes()
          Obtains the exporter content type.
 
Methods inherited from class net.sf.jasperreports.jsf.engine.export.ExporterBase
export, setParameterUsingAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DocxExporter

public DocxExporter()
Method Detail

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.