Class PptxRunHelper
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.BaseHelper
-
- net.sf.jasperreports.engine.export.ooxml.PptxRunHelper
-
public class PptxRunHelper extends BaseHelper
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
fontUtil, jasperReportsContext, writer
-
-
Constructor Summary
Constructors Constructor Description PptxRunHelper(JasperReportsContext jasperReportsContext, Writer writer, BaseFontHelper pptxFontHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
export(JRStyle style, Map<AttributedCharacterIterator.Attribute,Object> attributes, String text, Locale locale, String invalidCharReplacement)
void
export(JRStyle style, Map<AttributedCharacterIterator.Attribute,Object> attributes, String text, Locale locale, String invalidCharReplacement, String fieldType, String uuid)
void
exportProps(JRPrintText text, Locale locale)
-
Methods inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
close, flush, write
-
-
-
-
Constructor Detail
-
PptxRunHelper
public PptxRunHelper(JasperReportsContext jasperReportsContext, Writer writer, BaseFontHelper pptxFontHelper)
-
-
Method Detail
-
export
public void export(JRStyle style, Map<AttributedCharacterIterator.Attribute,Object> attributes, String text, Locale locale, String invalidCharReplacement)
-
export
public void export(JRStyle style, Map<AttributedCharacterIterator.Attribute,Object> attributes, String text, Locale locale, String invalidCharReplacement, String fieldType, String uuid)
-
exportProps
public void exportProps(JRPrintText text, Locale locale)
-
-