aspose.cells

Class FontUnderlineType

Utility class containing constants. Enumerates the font underline types.

Field Summary
const  NumberNONE
Represents no underline.
const  NumberSINGLE
Represents single underline.
const  NumberDOUBLE
Represents double underline.
const  NumberACCOUNTING
Represents single accounting underline.
const  NumberDOUBLE_ACCOUNTING
Represents double accounting underline.
const  NumberDASH
Represents Dashed Underline
const  NumberDASH_DOT_DOT_HEAVY
Represents Thick Dash-Dot-Dot Underline
const  NumberDASH_DOT_HEAVY
Represents Thick Dash-Dot Underline
const  NumberDASHED_HEAVY
Represents Thick Dashed Underline
const  NumberDASH_LONG
Represents Long Dashed Underline
const  NumberDASH_LONG_HEAVY
Represents Thick Long Dashed Underline
const  NumberDOT_DASH
Represents Dash-Dot Underline
const  NumberDOT_DOT_DASH
Represents Dash-Dot-Dot Underline
const  NumberDOTTED
Represents Dotted Underline
const  NumberDOTTED_HEAVY
Represents Thick Dotted Underline
const  NumberHEAVY
Represents Thick Underline
const  NumberWAVE
Represents Wave Underline
const  NumberWAVY_DOUBLE
Represents Double Wave Underline
const  NumberWAVY_HEAVY
Represents Heavy Wave Underline
const  NumberWORDS
Represents Underline Non-Space Characters Only
 

    • Field Detail

      • NONE

        const Number NONE
        Represents no underline.
      • SINGLE

        const Number SINGLE
        Represents single underline.
      • DOUBLE

        const Number DOUBLE
        Represents double underline.
      • ACCOUNTING

        const Number ACCOUNTING
        Represents single accounting underline.
      • DOUBLE_ACCOUNTING

        const Number DOUBLE_ACCOUNTING
        Represents double accounting underline.
      • DASH

        const Number DASH
        Represents Dashed Underline
      • DASH_DOT_DOT_HEAVY

        const Number DASH_DOT_DOT_HEAVY
        Represents Thick Dash-Dot-Dot Underline
      • DASH_DOT_HEAVY

        const Number DASH_DOT_HEAVY
        Represents Thick Dash-Dot Underline
      • DASHED_HEAVY

        const Number DASHED_HEAVY
        Represents Thick Dashed Underline
      • DASH_LONG

        const Number DASH_LONG
        Represents Long Dashed Underline
      • DASH_LONG_HEAVY

        const Number DASH_LONG_HEAVY
        Represents Thick Long Dashed Underline
      • DOT_DASH

        const Number DOT_DASH
        Represents Dash-Dot Underline
      • DOT_DOT_DASH

        const Number DOT_DOT_DASH
        Represents Dash-Dot-Dot Underline
      • DOTTED

        const Number DOTTED
        Represents Dotted Underline
      • DOTTED_HEAVY

        const Number DOTTED_HEAVY
        Represents Thick Dotted Underline
      • HEAVY

        const Number HEAVY
        Represents Thick Underline
      • WAVE

        const Number WAVE
        Represents Wave Underline
      • WAVY_DOUBLE

        const Number WAVY_DOUBLE
        Represents Double Wave Underline
      • WAVY_HEAVY

        const Number WAVY_HEAVY
        Represents Heavy Wave Underline
      • WORDS

        const Number WORDS
        Represents Underline Non-Space Characters Only