Interface CTI

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getXList

        java.util.List<CTX> getXList()
        Gets a List of "x" elements
      • getXArray

        @Deprecated
        CTX[] getXArray()
        Deprecated.
        Gets array of all "x" elements
      • getXArray

        CTX getXArray​(int i)
        Gets ith "x" element
      • sizeOfXArray

        int sizeOfXArray()
        Returns number of "x" element
      • setXArray

        void setXArray​(CTX[] xArray)
        Sets array of all "x" element
      • setXArray

        void setXArray​(int i,
                       CTX x)
        Sets ith "x" element
      • insertNewX

        CTX insertNewX​(int i)
        Inserts and returns a new empty value (as xml) as the ith "x" element
      • addNewX

        CTX addNewX()
        Appends and returns a new empty value (as xml) as the last "x" element
      • removeX

        void removeX​(int i)
        Removes the ith "x" element
      • xgetT

        STItemType xgetT()
        Gets (as xml) the "t" attribute
      • isSetT

        boolean isSetT()
        True if has "t" attribute
      • xsetT

        void xsetT​(STItemType t)
        Sets (as xml) the "t" attribute
      • unsetT

        void unsetT()
        Unsets the "t" attribute
      • getR

        long getR()
        Gets the "r" attribute
      • isSetR

        boolean isSetR()
        True if has "r" attribute
      • setR

        void setR​(long r)
        Sets the "r" attribute
      • xsetR

        void xsetR​(XmlUnsignedInt r)
        Sets (as xml) the "r" attribute
      • unsetR

        void unsetR()
        Unsets the "r" attribute
      • getI

        long getI()
        Gets the "i" attribute
      • isSetI

        boolean isSetI()
        True if has "i" attribute
      • setI

        void setI​(long iValue)
        Sets the "i" attribute
      • xsetI

        void xsetI​(XmlUnsignedInt iValue)
        Sets (as xml) the "i" attribute
      • unsetI

        void unsetI()
        Unsets the "i" attribute