java.lang.Object
com.aspose.cells.DataLablesSeparatorType
public class DataLablesSeparatorType
| Field Summary | ||
|---|---|---|
static final int | AUTO | |
| Represents automatic separator | ||
static final int | SPACE | |
| Represents space(" ") | ||
static final int | COMMA | |
| Represents comma(",") | ||
static final int | SEMICOLON | |
| Represents semicolon(";") | ||
static final int | PERIOD | |
| Represents period(".") | ||
static final int | NEW_LINE | |
| Represents newline("\n") | ||
static final int | CUSTOM | |
| Represents custom separator | ||
| Field Detail |
|---|
AUTO | |
public static final int AUTO | |
SPACE | |
public static final int SPACE | |
COMMA | |
public static final int COMMA | |
SEMICOLON | |
public static final int SEMICOLON | |
PERIOD | |
public static final int PERIOD | |
NEW_LINE | |
public static final int NEW_LINE | |
CUSTOM | |
public static final int CUSTOM | |