java.lang.Object
com.aspose.cells.TickMarkType
public class TickMarkType
| Field Summary | ||
|---|---|---|
static final int | CROSS | |
| Tick mark type is Cross. | ||
static final int | INSIDE | |
| Tick mark type is Inside. | ||
static final int | NONE | |
| Tick mark type is None. | ||
static final int | OUTSIDE | |
| Tick mark type is Outside | ||
| Field Detail |
|---|
CROSS | |
public static final int CROSS | |
INSIDE | |
public static final int INSIDE | |
NONE | |
public static final int NONE | |
OUTSIDE | |
public static final int OUTSIDE | |