public class XlsxRunHelper extends BaseHelper
Modifier and Type | Field and Description |
---|---|
static String |
COLOR_NONE |
fontUtil, jasperReportsContext, writer
Constructor and Description |
---|
XlsxRunHelper(JasperReportsContext jasperReportsContext,
Writer writer,
String exporterKey) |
Modifier and Type | Method and Description |
---|---|
void |
export(JRStyle style,
Map<AttributedCharacterIterator.Attribute,Object> attributes,
String text,
Locale locale,
String invalidCharReplacement,
boolean isStyledText) |
void |
exportProps(Map<AttributedCharacterIterator.Attribute,Object> parentAttrs,
Map<AttributedCharacterIterator.Attribute,Object> attrs,
Locale locale) |
close, flush, write
public static final String COLOR_NONE
public XlsxRunHelper(JasperReportsContext jasperReportsContext, Writer writer, String exporterKey)
public void export(JRStyle style, Map<AttributedCharacterIterator.Attribute,Object> attributes, String text, Locale locale, String invalidCharReplacement, boolean isStyledText)
public void exportProps(Map<AttributedCharacterIterator.Attribute,Object> parentAttrs, Map<AttributedCharacterIterator.Attribute,Object> attrs, Locale locale)
Copyright © 2016. All rights reserved.