aspose.cells

Class TextStrikeType

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

Field Summary
const  NumberSINGLE
A single strikethrough applied on the text.
const  NumberDOUBLE
A double strikethrough applied on the text.
const  NumberNONE
No strike is applied to the text.
 

    • Field Detail

      • SINGLE

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

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

        const Number NONE
        No strike is applied to the text.