Class DocxRunHelper


  • public class DocxRunHelper
    extends BaseHelper
    Author:
    Sanda Zaharia (shertage@users.sourceforge.net)
    • 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, boolean hiddenText, java.lang.String invalidCharReplacement, java.awt.Color backcolor, boolean isNewLineAsParagraph)  
      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, boolean hiddenText, boolean highlightText)  
      void exportProps​(JRDefaultStyleProvider defaultStyleProvider, JRStyle style, java.util.Locale locale)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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,
                           boolean hiddenText,
                           java.lang.String invalidCharReplacement,
                           java.awt.Color backcolor,
                           boolean isNewLineAsParagraph)
      • 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,
                                boolean hiddenText,
                                boolean highlightText)