Interface CTRowFields

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getFieldList

        java.util.List<CTField> getFieldList()
        Gets a List of "field" elements
      • getFieldArray

        @Deprecated
        CTField[] getFieldArray()
        Deprecated.
        Gets array of all "field" elements
      • getFieldArray

        CTField getFieldArray​(int i)
        Gets ith "field" element
      • sizeOfFieldArray

        int sizeOfFieldArray()
        Returns number of "field" element
      • setFieldArray

        void setFieldArray​(CTField[] fieldArray)
        Sets array of all "field" element
      • setFieldArray

        void setFieldArray​(int i,
                           CTField field)
        Sets ith "field" element
      • insertNewField

        CTField insertNewField​(int i)
        Inserts and returns a new empty value (as xml) as the ith "field" element
      • addNewField

        CTField addNewField()
        Appends and returns a new empty value (as xml) as the last "field" element
      • removeField

        void removeField​(int i)
        Removes the ith "field" element
      • 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