Class XlsxRunHelper
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.BaseHelper
-
- net.sf.jasperreports.engine.export.ooxml.XlsxRunHelper
-
public class XlsxRunHelper extends BaseHelper
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLOR_NONE
-
Fields inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
fontUtil, jasperReportsContext, writer
-
-
Constructor Summary
Constructors Constructor Description XlsxRunHelper(JasperReportsContext jasperReportsContext, String exporterKey)
-
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, boolean isStyledText)
String
getSharedString()
-
Methods inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper
close, flush, write
-
-
-
-
Field Detail
-
COLOR_NONE
public static final String COLOR_NONE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XlsxRunHelper
public XlsxRunHelper(JasperReportsContext jasperReportsContext, String exporterKey)
-
-