All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTTuples extends XmlObject
An XML CT_Tuples(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getTplList

      List<CTTuple> getTplList()
      Gets a List of "tpl" elements
    • getTplArray

      CTTuple[] getTplArray()
      Gets array of all "tpl" elements
    • getTplArray

      CTTuple getTplArray(int i)
      Gets ith "tpl" element
    • sizeOfTplArray

      int sizeOfTplArray()
      Returns number of "tpl" element
    • setTplArray

      void setTplArray(CTTuple[] tplArray)
      Sets array of all "tpl" element
    • setTplArray

      void setTplArray(int i, CTTuple tpl)
      Sets ith "tpl" element
    • insertNewTpl

      CTTuple insertNewTpl(int i)
      Inserts and returns a new empty value (as xml) as the ith "tpl" element
    • addNewTpl

      CTTuple addNewTpl()
      Appends and returns a new empty value (as xml) as the last "tpl" element
    • removeTpl

      void removeTpl(int i)
      Removes the ith "tpl" element
    • getC

      long getC()
      Gets the "c" attribute
    • xgetC

      Gets (as xml) the "c" attribute
    • isSetC

      boolean isSetC()
      True if has "c" attribute
    • setC

      void setC(long c)
      Sets the "c" attribute
    • xsetC

      void xsetC(XmlUnsignedInt c)
      Sets (as xml) the "c" attribute
    • unsetC

      void unsetC()
      Unsets the "c" attribute