com.aspose.cells

Class TextStrikeType

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

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

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

    • Field Detail

      • SINGLE

        public static final int SINGLE
        A single strikethrough applied on the text
      • DOUBLE

        public static final int DOUBLE
        A double strikethrough applied on the text
      • NONE

        public static final int NONE
        No strike is applied to the text