Class CellFormatResult

java.lang.Object
org.apache.poi.ss.format.CellFormatResult

public class CellFormatResult extends Object
This object contains the result of applying a cell format or cell format part to a value.
Author:
Ken Arnold, Industrious Media LLC
See Also:
  • Field Details

    • applies

      public final boolean applies
      This is true if no condition was given that applied to the value, or if the condition is satisfied. If a condition is relevant, and when applied the value fails the test, this is false.
    • text

      public final String text
      The resulting text. This will never be null.
    • textColor

      public final Color textColor
      The color the format sets, or null if the format sets no color. This will always be null if applies is false.
  • Constructor Details