JavaScript is disabled on your browser.
java.lang.Object
com.aspose.cells.DataLablesSeparatorType
public class DataLablesSeparatorType extends java.lang.Object
Utility class containing constants.
Represents the separator type of DataLabels.
NOTE: This member is now obsolete. Instead,
please use DataLabelsSeparatorType enum.
This property will be removed 12 months later since September 2020.
Aspose apologizes for any inconvenience you may have experienced.
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
AUTO
public static final int AUTO
Represents automatic separator
SPACE
public static final int SPACE
Represents space(" ")
COMMA
public static final int COMMA
Represents comma(",")
SEMICOLON
public static final int SEMICOLON
Represents semicolon(";")
PERIOD
public static final int PERIOD
Represents period(".")
NEW_LINE
public static final int NEW_LINE
Represents newline("\n")
CUSTOM
public static final int CUSTOM
Represents custom separator
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.