Interface IExcelRenderOption

    • Field Detail

      • WRAPPING_TEXT

        static final java.lang.String WRAPPING_TEXT
        The option to decide if the text out will be wrapped
        See Also:
        Constant Field Values
      • OFFICE_VERSION

        static final java.lang.String OFFICE_VERSION
        This is the option to decide in which office version will you output the excel file
        See Also:
        Constant Field Values
      • HIDE_GRIDLINES

        static final java.lang.String HIDE_GRIDLINES
        The option to hide the gridlines in the worksheet
        See Also:
        Constant Field Values
      • OPTION_MULTIPLE_SHEET

        static final java.lang.String OPTION_MULTIPLE_SHEET
        This is the option to decide in which office version will you output the excel file
        See Also:
        Constant Field Values
      • IGNORE_IMAGE

        static final java.lang.String IGNORE_IMAGE
        Excel will ignore all image items when this option is on.
        See Also:
        Constant Field Values
    • Method Detail

      • setWrappingText

        void setWrappingText​(boolean wrappingText)
        Parameters:
        wrappingText -
      • setOfficeVersion

        void setOfficeVersion​(java.lang.String officeVersion)
        Parameters:
        officeVersion -
      • getWrappingText

        boolean getWrappingText()
        Returns:
        if the text is wrapped
      • getOfficeVersion

        java.lang.String getOfficeVersion()
        Returns:
        officeVersion
      • isEnableMultipleSheet

        boolean isEnableMultipleSheet()
      • setEnableMultipleSheet

        void setEnableMultipleSheet​(boolean enableMultipleSheet)