com.aspose.cells

Class FontUnderlineType

  • java.lang.Object
    • com.aspose.cells.FontUnderlineType
public class FontUnderlineType 
extends java.lang.Object

Utility class containing constants. Enumerates the font underline types.

Field Summary
static final intNONE
Represents no underline.
static final intSINGLE
Represents single underline.
static final intDOUBLE
Represents double underline.
static final intACCOUNTING
Represents single accounting underline.
static final intDOUBLE_ACCOUNTING
Represents double accounting underline.
static final intDASH
Represents Dashed Underline
static final intDASH_DOT_DOT_HEAVY
Represents Thick Dash-Dot-Dot Underline
static final intDASH_DOT_HEAVY
Represents Thick Dash-Dot Underline
static final intDASHED_HEAVY
Represents Thick Dashed Underline
static final intDASH_LONG
Represents Long Dashed Underline
static final intDASH_LONG_HEAVY
Represents Thick Long Dashed Underline
static final intDOT_DASH
Represents Dash-Dot Underline
static final intDOT_DOT_DASH
Represents Dash-Dot-Dot Underline
static final intDOTTED
Represents Dotted Underline
static final intDOTTED_HEAVY
Represents Thick Dotted Underline
static final intHEAVY
Represents Thick Underline
static final intWAVE
Represents Wave Underline
static final intWAVY_DOUBLE
Represents Double Wave Underline
static final intWAVY_HEAVY
Represents Heavy Wave Underline
static final intWORDS
Represents Underline Non-Space Characters Only
 

    • Field Detail

      • NONE

        public static final int NONE
        Represents no underline.
      • SINGLE

        public static final int SINGLE
        Represents single underline.
      • DOUBLE

        public static final int DOUBLE
        Represents double underline.
      • ACCOUNTING

        public static final int ACCOUNTING
        Represents single accounting underline.
      • DOUBLE_ACCOUNTING

        public static final int DOUBLE_ACCOUNTING
        Represents double accounting underline.
      • DASH

        public static final int DASH
        Represents Dashed Underline
      • DASH_DOT_DOT_HEAVY

        public static final int DASH_DOT_DOT_HEAVY
        Represents Thick Dash-Dot-Dot Underline
      • DASH_DOT_HEAVY

        public static final int DASH_DOT_HEAVY
        Represents Thick Dash-Dot Underline
      • DASHED_HEAVY

        public static final int DASHED_HEAVY
        Represents Thick Dashed Underline
      • DASH_LONG

        public static final int DASH_LONG
        Represents Long Dashed Underline
      • DASH_LONG_HEAVY

        public static final int DASH_LONG_HEAVY
        Represents Thick Long Dashed Underline
      • DOT_DASH

        public static final int DOT_DASH
        Represents Dash-Dot Underline
      • DOT_DOT_DASH

        public static final int DOT_DOT_DASH
        Represents Dash-Dot-Dot Underline
      • DOTTED

        public static final int DOTTED
        Represents Dotted Underline
      • DOTTED_HEAVY

        public static final int DOTTED_HEAVY
        Represents Thick Dotted Underline
      • HEAVY

        public static final int HEAVY
        Represents Thick Underline
      • WAVE

        public static final int WAVE
        Represents Wave Underline
      • WAVY_DOUBLE

        public static final int WAVY_DOUBLE
        Represents Double Wave Underline
      • WAVY_HEAVY

        public static final int WAVY_HEAVY
        Represents Heavy Wave Underline
      • WORDS

        public static final int WORDS
        Represents Underline Non-Space Characters Only