net.sf.jasperreports.engine.export.ooxml
Class DocxRunHelper
java.lang.Object
net.sf.jasperreports.engine.export.ooxml.BaseHelper
net.sf.jasperreports.engine.export.ooxml.DocxRunHelper
public class DocxRunHelper
- extends BaseHelper
- Version:
- $Id: DocxRunHelper.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- sanda zaharia (shertage@users.sourceforge.net)
| Fields inherited from class net.sf.jasperreports.engine.export.ooxml.BaseHelper |
writer |
|
Method Summary |
void |
export(JRStyle style,
Map<AttributedCharacterIterator.Attribute,Object> attributes,
String text,
Locale locale,
boolean hiddenText)
|
void |
exportProps(JRStyle style,
Locale locale)
|
void |
exportProps(Map<AttributedCharacterIterator.Attribute,Object> parentAttrs,
Map<AttributedCharacterIterator.Attribute,Object> attrs,
Locale locale,
boolean hiddenText)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocxRunHelper
public DocxRunHelper(Writer writer,
Map<String,String> fontMap,
String exporterKey)
export
public void export(JRStyle style,
Map<AttributedCharacterIterator.Attribute,Object> attributes,
String text,
Locale locale,
boolean hiddenText)
exportProps
public void exportProps(JRStyle style,
Locale locale)
exportProps
public void exportProps(Map<AttributedCharacterIterator.Attribute,Object> parentAttrs,
Map<AttributedCharacterIterator.Attribute,Object> attrs,
Locale locale,
boolean hiddenText)
Copyright © 2012. All Rights Reserved.