Class HSSFFontFormatting

java.lang.Object
org.apache.poi.hssf.usermodel.HSSFFontFormatting
All Implemented Interfaces:
FontFormatting

public final class HSSFFontFormatting extends Object implements FontFormatting
High level representation for Font Formatting component of Conditional Formatting settings
  • Field Details

    • U_NONE

      public static final byte U_NONE
      Underline type - None
      See Also:
    • U_SINGLE

      public static final byte U_SINGLE
      Underline type - Single
      See Also:
    • U_DOUBLE

      public static final byte U_DOUBLE
      Underline type - Double
      See Also:
    • U_SINGLE_ACCOUNTING

      public static final byte U_SINGLE_ACCOUNTING
      Underline type - Single Accounting
      See Also:
    • U_DOUBLE_ACCOUNTING

      public static final byte U_DOUBLE_ACCOUNTING
      Underline type - Double Accounting
      See Also:
  • Constructor Details

  • Method Details