Interface CTSmartTagTypes

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getSmartTagTypeList

        java.util.List<CTSmartTagType> getSmartTagTypeList()
        Gets a List of "smartTagType" elements
      • getSmartTagTypeArray

        @Deprecated
        CTSmartTagType[] getSmartTagTypeArray()
        Deprecated.
        Gets array of all "smartTagType" elements
      • getSmartTagTypeArray

        CTSmartTagType getSmartTagTypeArray​(int i)
        Gets ith "smartTagType" element
      • sizeOfSmartTagTypeArray

        int sizeOfSmartTagTypeArray()
        Returns number of "smartTagType" element
      • setSmartTagTypeArray

        void setSmartTagTypeArray​(CTSmartTagType[] smartTagTypeArray)
        Sets array of all "smartTagType" element
      • setSmartTagTypeArray

        void setSmartTagTypeArray​(int i,
                                  CTSmartTagType smartTagType)
        Sets ith "smartTagType" element
      • insertNewSmartTagType

        CTSmartTagType insertNewSmartTagType​(int i)
        Inserts and returns a new empty value (as xml) as the ith "smartTagType" element
      • addNewSmartTagType

        CTSmartTagType addNewSmartTagType()
        Appends and returns a new empty value (as xml) as the last "smartTagType" element
      • removeSmartTagType

        void removeSmartTagType​(int i)
        Removes the ith "smartTagType" element