com.aspose.cells

Class DataBarBorderType

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

Utility class containing constants. Specifies the border type of a data bar.

Field Summary
static final intDATA_BAR_BORDER_NONE
The data bar has no border.
static final intDATA_BAR_BORDER_SOLID
The data bar has a solid border.
static final intNONE
The data bar has no border.
static final intSOLID
The data bar has a solid border.
 

    • Field Detail

      • DATA_BAR_BORDER_NONE

        public static final int DATA_BAR_BORDER_NONE
        The data bar has no border. NOTE: This enum type is now obsolete. Instead, please use DataBarBorderType.None enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.
      • DATA_BAR_BORDER_SOLID

        public static final int DATA_BAR_BORDER_SOLID
        The data bar has a solid border. NOTE: This enum type is now obsolete. Instead, please use DataBarBorderType.Solid enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.
      • NONE

        public static final int NONE
        The data bar has no border.
      • SOLID

        public static final int SOLID
        The data bar has a solid border.