asposecells.api

Class TextStrikeType

Utility class containing constants. This type specifies the strike type.

Field Summary
const  intSINGLE
A single strikethrough applied on the text.
const  intDOUBLE
A double strikethrough applied on the text.
const  intNONE
No strike is applied to the text.
 

    • Field Detail

      • SINGLE

        const int SINGLE
        A single strikethrough applied on the text.
      • DOUBLE

        const int DOUBLE
        A double strikethrough applied on the text.
      • NONE

        const int NONE
        No strike is applied to the text.