Interface FormatResult

  • All Known Implementing Classes:
    FormatResultImpl

    public interface FormatResult
    Since:
    3.5.0
    Author:
    dennis
    • Method Detail

      • isRichText

        boolean isRichText()
        Returns:
        true if the result contains rich format, contains font and color
      • isDateFormatted

        boolean isDateFormatted()
        Returns:
        true if the result is data formatted
      • getFormater

        Format getFormater()
        Returns:
        the java format object if the result was done by it, return null if the result is not done by a java format object