Interface CTDdeValues

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getValueList

        java.util.List<CTDdeValue> getValueList()
        Gets a List of "value" elements
      • getValueArray

        @Deprecated
        CTDdeValue[] getValueArray()
        Deprecated.
        Gets array of all "value" elements
      • getValueArray

        CTDdeValue getValueArray​(int i)
        Gets ith "value" element
      • sizeOfValueArray

        int sizeOfValueArray()
        Returns number of "value" element
      • setValueArray

        void setValueArray​(CTDdeValue[] valueArray)
        Sets array of all "value" element
      • setValueArray

        void setValueArray​(int i,
                           CTDdeValue value)
        Sets ith "value" element
      • insertNewValue

        CTDdeValue insertNewValue​(int i)
        Inserts and returns a new empty value (as xml) as the ith "value" element
      • addNewValue

        CTDdeValue addNewValue()
        Appends and returns a new empty value (as xml) as the last "value" element
      • removeValue

        void removeValue​(int i)
        Removes the ith "value" element
      • getRows

        long getRows()
        Gets the "rows" attribute
      • xgetRows

        XmlUnsignedInt xgetRows()
        Gets (as xml) the "rows" attribute
      • isSetRows

        boolean isSetRows()
        True if has "rows" attribute
      • setRows

        void setRows​(long rows)
        Sets the "rows" attribute
      • xsetRows

        void xsetRows​(XmlUnsignedInt rows)
        Sets (as xml) the "rows" attribute
      • unsetRows

        void unsetRows()
        Unsets the "rows" attribute
      • getCols

        long getCols()
        Gets the "cols" attribute
      • xgetCols

        XmlUnsignedInt xgetCols()
        Gets (as xml) the "cols" attribute
      • isSetCols

        boolean isSetCols()
        True if has "cols" attribute
      • setCols

        void setCols​(long cols)
        Sets the "cols" attribute
      • xsetCols

        void xsetCols​(XmlUnsignedInt cols)
        Sets (as xml) the "cols" attribute
      • unsetCols

        void unsetCols()
        Unsets the "cols" attribute