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