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

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

public class DocxRunHelper
extends BaseHelper

Version:
$Id: StyleCache.java 2908 2009-07-21 14:32:01Z teodord $
Author:
sanda zaharia ([email protected])

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
writer
 
Constructor Summary
DocxRunHelper(java.io.Writer writer, java.util.Map fontMap, java.lang.String exporterKey)
           
 
Method Summary
 void export(JRStyle style, java.util.Map attributes, java.lang.String text, java.util.Locale locale, boolean hiddenText)
           
 void exportProps(JRStyle style, java.util.Locale locale)
           
 void exportProps(java.util.Map parentAttrs, java.util.Map attrs, java.util.Locale locale, boolean hiddenText)
           
 
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

DocxRunHelper

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

export

public void export(JRStyle style,
                   java.util.Map attributes,
                   java.lang.String text,
                   java.util.Locale locale,
                   boolean hiddenText)

exportProps

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

exportProps

public void exportProps(java.util.Map parentAttrs,
                        java.util.Map attrs,
                        java.util.Locale locale,
                        boolean hiddenText)


Copyright © 2011. All Rights Reserved.