Interface CTDataValidations

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTDataValidations
    extends XmlObject
    An XML CT_DataValidations(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getDataValidationList

        java.util.List<CTDataValidation> getDataValidationList()
        Gets a List of "dataValidation" elements
      • getDataValidationArray

        @Deprecated
        CTDataValidation[] getDataValidationArray()
        Deprecated.
        Gets array of all "dataValidation" elements
      • getDataValidationArray

        CTDataValidation getDataValidationArray​(int i)
        Gets ith "dataValidation" element
      • sizeOfDataValidationArray

        int sizeOfDataValidationArray()
        Returns number of "dataValidation" element
      • setDataValidationArray

        void setDataValidationArray​(CTDataValidation[] dataValidationArray)
        Sets array of all "dataValidation" element
      • setDataValidationArray

        void setDataValidationArray​(int i,
                                    CTDataValidation dataValidation)
        Sets ith "dataValidation" element
      • insertNewDataValidation

        CTDataValidation insertNewDataValidation​(int i)
        Inserts and returns a new empty value (as xml) as the ith "dataValidation" element
      • addNewDataValidation

        CTDataValidation addNewDataValidation()
        Appends and returns a new empty value (as xml) as the last "dataValidation" element
      • removeDataValidation

        void removeDataValidation​(int i)
        Removes the ith "dataValidation" element
      • getDisablePrompts

        boolean getDisablePrompts()
        Gets the "disablePrompts" attribute
      • xgetDisablePrompts

        XmlBoolean xgetDisablePrompts()
        Gets (as xml) the "disablePrompts" attribute
      • isSetDisablePrompts

        boolean isSetDisablePrompts()
        True if has "disablePrompts" attribute
      • setDisablePrompts

        void setDisablePrompts​(boolean disablePrompts)
        Sets the "disablePrompts" attribute
      • xsetDisablePrompts

        void xsetDisablePrompts​(XmlBoolean disablePrompts)
        Sets (as xml) the "disablePrompts" attribute
      • unsetDisablePrompts

        void unsetDisablePrompts()
        Unsets the "disablePrompts" attribute
      • getXWindow

        long getXWindow()
        Gets the "xWindow" attribute
      • xgetXWindow

        XmlUnsignedInt xgetXWindow()
        Gets (as xml) the "xWindow" attribute
      • isSetXWindow

        boolean isSetXWindow()
        True if has "xWindow" attribute
      • setXWindow

        void setXWindow​(long xWindow)
        Sets the "xWindow" attribute
      • xsetXWindow

        void xsetXWindow​(XmlUnsignedInt xWindow)
        Sets (as xml) the "xWindow" attribute
      • unsetXWindow

        void unsetXWindow()
        Unsets the "xWindow" attribute
      • getYWindow

        long getYWindow()
        Gets the "yWindow" attribute
      • xgetYWindow

        XmlUnsignedInt xgetYWindow()
        Gets (as xml) the "yWindow" attribute
      • isSetYWindow

        boolean isSetYWindow()
        True if has "yWindow" attribute
      • setYWindow

        void setYWindow​(long yWindow)
        Sets the "yWindow" attribute
      • xsetYWindow

        void xsetYWindow​(XmlUnsignedInt yWindow)
        Sets (as xml) the "yWindow" attribute
      • unsetYWindow

        void unsetYWindow()
        Unsets the "yWindow" attribute
      • getCount

        long getCount()
        Gets the "count" attribute
      • xgetCount

        XmlUnsignedInt xgetCount()
        Gets (as xml) the "count" attribute
      • isSetCount

        boolean isSetCount()
        True if has "count" attribute
      • setCount

        void setCount​(long count)
        Sets the "count" attribute
      • xsetCount

        void xsetCount​(XmlUnsignedInt count)
        Sets (as xml) the "count" attribute
      • unsetCount

        void unsetCount()
        Unsets the "count" attribute