Class XlsxRunHelper


  • public class XlsxRunHelper
    extends BaseHelper
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      XlsxRunHelper​(JasperReportsContext jasperReportsContext, java.io.Writer writer, java.lang.String exporterKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void export​(JRStyle style, java.util.Map<java.text.AttributedCharacterIterator.Attribute,​java.lang.Object> attributes, java.lang.String text, java.util.Locale locale, java.lang.String invalidCharReplacement, boolean isStyledText)  
      void exportProps​(java.util.Map<java.text.AttributedCharacterIterator.Attribute,​java.lang.Object> parentAttrs, java.util.Map<java.text.AttributedCharacterIterator.Attribute,​java.lang.Object> attrs, java.util.Locale locale)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XlsxRunHelper

        public XlsxRunHelper​(JasperReportsContext jasperReportsContext,
                             java.io.Writer writer,
                             java.lang.String exporterKey)
    • Method Detail

      • export

        public void export​(JRStyle style,
                           java.util.Map<java.text.AttributedCharacterIterator.Attribute,​java.lang.Object> attributes,
                           java.lang.String text,
                           java.util.Locale locale,
                           java.lang.String invalidCharReplacement,
                           boolean isStyledText)
      • exportProps

        public void exportProps​(java.util.Map<java.text.AttributedCharacterIterator.Attribute,​java.lang.Object> parentAttrs,
                                java.util.Map<java.text.AttributedCharacterIterator.Attribute,​java.lang.Object> attrs,
                                java.util.Locale locale)