com.aspose.cells

Class CheckValueType

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

Utility class containing constants. Represents the check value type of the check box.

Field Summary
static final intUN_CHECKED
UnChecked
static final intCHECKED
Checked
static final intMIXED
Mixed
 

    • Field Detail

      • UN_CHECKED

        public static final int UN_CHECKED
        UnChecked
      • CHECKED

        public static final int CHECKED
        Checked
      • MIXED

        public static final int MIXED
        Mixed