public class DocxRunHelper extends BaseHelper
fontUtil, jasperReportsContext, writer
Constructor and Description |
---|
DocxRunHelper(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,
boolean hiddenText,
String invalidCharReplacement,
Color backcolor,
boolean isNewLineAsParagraph) |
void |
exportProps(JRDefaultStyleProvider defaultStyleProvider,
JRStyle style,
Locale locale) |
void |
exportProps(Map<AttributedCharacterIterator.Attribute,Object> parentAttrs,
Map<AttributedCharacterIterator.Attribute,Object> attrs,
Locale locale,
boolean hiddenText,
boolean highlightText) |
close, flush, write
public DocxRunHelper(JasperReportsContext jasperReportsContext, Writer writer, String exporterKey)
public void export(JRStyle style, Map<AttributedCharacterIterator.Attribute,Object> attributes, String text, Locale locale, boolean hiddenText, String invalidCharReplacement, Color backcolor, boolean isNewLineAsParagraph)
public void exportProps(JRDefaultStyleProvider defaultStyleProvider, JRStyle style, Locale locale)
public void exportProps(Map<AttributedCharacterIterator.Attribute,Object> parentAttrs, Map<AttributedCharacterIterator.Attribute,Object> attrs, Locale locale, boolean hiddenText, boolean highlightText)
Copyright © 2016. All rights reserved.