Class StyleReaderContainer.StyleResult

java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.StyleReaderContainer.StyleResult
Enclosing class:
StyleReaderContainer

public static class StyleReaderContainer.StyleResult extends Object
Result class regarding date and time styles
  • Constructor Details

    • StyleResult

      public StyleResult(Style style)
      Constructor with definition of the result
      Parameters:
      style - Style component
  • Method Details

    • isDateStyle

      public boolean isDateStyle()
      Gets whether the style is to describe a date
      Returns:
      True if a date style
    • setDateStyle

      public void setDateStyle(boolean dateStyle)
      Sets whether the style is to describe a date
      Parameters:
      dateStyle - True if a date style
    • isTimeStyle

      public boolean isTimeStyle()
      Gets whether the style is to describe a time
      Returns:
      True if a time style
    • setTimeStyle

      public void setTimeStyle(boolean timeStyle)
      Sets whether the style is to describe a time
      Parameters:
      timeStyle - True if a time style
    • getResult

      public Style getResult()
      Gets the style as result
      Returns:
      Style component