asposecells.api

Class FontUnderlineType

Utility class containing constants. Enumerates the font underline types.

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

    • Field Detail

      • NONE

        const int NONE
        Represents no underline.
      • SINGLE

        const int SINGLE
        Represents single underline.
      • DOUBLE

        const int DOUBLE
        Represents double underline.
      • ACCOUNTING

        const int ACCOUNTING
        Represents single accounting underline.
      • DOUBLE_ACCOUNTING

        const int DOUBLE_ACCOUNTING
        Represents double accounting underline.
      • DASH

        const int DASH
        Represents Dashed Underline
      • DASH_DOT_DOT_HEAVY

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

        const int DASH_DOT_HEAVY
        Represents Thick Dash-Dot Underline
      • DASHED_HEAVY

        const int DASHED_HEAVY
        Represents Thick Dashed Underline
      • DASH_LONG

        const int DASH_LONG
        Represents Long Dashed Underline
      • DASH_LONG_HEAVY

        const int DASH_LONG_HEAVY
        Represents Thick Long Dashed Underline
      • DOT_DASH

        const int DOT_DASH
        Represents Dash-Dot Underline
      • DOT_DOT_DASH

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

        const int DOTTED
        Represents Dotted Underline
      • DOTTED_HEAVY

        const int DOTTED_HEAVY
        Represents Thick Dotted Underline
      • HEAVY

        const int HEAVY
        Represents Thick Underline
      • WAVE

        const int WAVE
        Represents Wave Underline
      • WAVY_DOUBLE

        const int WAVY_DOUBLE
        Represents Double Wave Underline
      • WAVY_HEAVY

        const int WAVY_HEAVY
        Represents Heavy Wave Underline
      • WORDS

        const int WORDS
        Represents Underline Non-Space Characters Only