Interface IExcelRenderOption

All Superinterfaces:
IRenderOption, ITaskOption
All Known Implementing Classes:
EXCELRenderOption

public interface IExcelRenderOption extends IRenderOption
  • Field Details

    • WRAPPING_TEXT

      static final String WRAPPING_TEXT
      The option to decide if the text out will be wrapped
      See Also:
    • OFFICE_VERSION

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

      static final String HIDE_GRIDLINES
      The option to hide the gridlines in the worksheet
      See Also:
    • OPTION_MULTIPLE_SHEET

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

      static final String IGNORE_IMAGE
      Excel will ignore all image items when this option is on.
      See Also:
  • Method Details

    • setWrappingText

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

      void setOfficeVersion(String officeVersion)
      Parameters:
      officeVersion -
    • getWrappingText

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

      String getOfficeVersion()
      Returns:
      officeVersion
    • isEnableMultipleSheet

      boolean isEnableMultipleSheet()
    • setEnableMultipleSheet

      void setEnableMultipleSheet(boolean enableMultipleSheet)