Class DocxRunHelper
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.BaseHelper
-
- net.sf.jasperreports.engine.export.ooxml.DocxRunHelper
-
public class DocxRunHelper extends BaseHelper
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
fontUtil, jasperReportsContext, writer
-
-
Constructor Summary
Constructors Constructor Description DocxRunHelper(JasperReportsContext jasperReportsContext, Writer writer, BaseFontHelper docxFontHelper)
-
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, boolean hiddenText, String invalidCharReplacement, Color backcolor, boolean isNewLineAsParagraph, boolean rtl)
void
exportProps(Map<AttributedCharacterIterator.Attribute,Object> parentAttrs, Map<AttributedCharacterIterator.Attribute,Object> attrs, Locale locale, boolean hiddenText, boolean highlightText, boolean rtl)
void
exportProps(JRDefaultStyleProvider defaultStyleProvider, JRStyle style, Locale locale)
-
Methods inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
close, flush, write
-
-
-
-
Constructor Detail
-
DocxRunHelper
public DocxRunHelper(JasperReportsContext jasperReportsContext, Writer writer, BaseFontHelper docxFontHelper)
-
-
Method Detail
-
export
public void export(JRStyle style, Map<AttributedCharacterIterator.Attribute,Object> attributes, String text, Locale locale, boolean hiddenText, String invalidCharReplacement, Color backcolor, boolean isNewLineAsParagraph, boolean rtl)
-
exportProps
public void exportProps(JRDefaultStyleProvider defaultStyleProvider, JRStyle style, Locale locale)
-
exportProps
public void exportProps(Map<AttributedCharacterIterator.Attribute,Object> parentAttrs, Map<AttributedCharacterIterator.Attribute,Object> attrs, Locale locale, boolean hiddenText, boolean highlightText, boolean rtl)
-
-