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

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

public class PptxRunHelper
extends BaseHelper

Version:
$Id: PptxRunHelper.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

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

PptxRunHelper

public PptxRunHelper(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)

exportProps

public void exportProps(JRStyle style,
                        Locale locale)

exportProps

public void exportProps(JRPrintText text,
                        Locale locale)


Copyright © 2012. All Rights Reserved.