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: DocxRunHelper.java 4595 2011-09-08 15:55:10Z teodord $
Author:
sanda zaharia (shertage@users.sourceforge.net)

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

export

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

exportProps

public void exportProps(JRStyle style,
                        Locale locale)

exportProps

public void exportProps(Map<AttributedCharacterIterator.Attribute,Object> parentAttrs,
                        Map<AttributedCharacterIterator.Attribute,Object> attrs,
                        Locale locale,
                        boolean hiddenText)


Copyright © 2012. All Rights Reserved.