net.sf.jasperreports.engine.export.ooxml
Class XlsxRunHelper

java.lang.Object
  extended by net.sf.jasperreports.engine.export.ooxml.BaseHelper
      extended by net.sf.jasperreports.engine.export.ooxml.XlsxRunHelper

public class XlsxRunHelper
extends BaseHelper

Version:
$Id: XlsxRunHelper.java 5032 2012-03-05 13:10:56Z shertage $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
writer
 
Constructor Summary
XlsxRunHelper(java.io.Writer writer, java.util.Map<java.lang.String,java.lang.String> fontMap, java.lang.String exporterKey)
           
 
Method Summary
 void export(JRStyle style, java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes, java.lang.String text, java.util.Locale locale)
           
 void exportProps(JRStyle style, java.util.Locale locale)
           
 void exportProps(java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> parentAttrs, java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attrs, java.util.Locale locale)
           
 
Methods inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XlsxRunHelper

public XlsxRunHelper(java.io.Writer writer,
                     java.util.Map<java.lang.String,java.lang.String> fontMap,
                     java.lang.String exporterKey)
Method Detail

export

public void export(JRStyle style,
                   java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attributes,
                   java.lang.String text,
                   java.util.Locale locale)

exportProps

public void exportProps(JRStyle style,
                        java.util.Locale locale)

exportProps

public void exportProps(java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> parentAttrs,
                        java.util.Map<java.text.AttributedCharacterIterator.Attribute,java.lang.Object> attrs,
                        java.util.Locale locale)


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com