java.lang.Object
com.aspose.cells.TextStrikeType
public class TextStrikeType
| Field Summary | ||
|---|---|---|
static final int | SINGLE | |
| A single strikethrough applied on the text. | ||
static final int | DOUBLE | |
| A double strikethrough applied on the text. | ||
static final int | NONE | |
| No strike is applied to the text. | ||
| Field Detail |
|---|
SINGLE | |
public static final int SINGLE | |
DOUBLE | |
public static final int DOUBLE | |
NONE | |
public static final int NONE | |