Interface CTCellSmartTags

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCellSmartTagList

        java.util.List<CTCellSmartTag> getCellSmartTagList()
        Gets a List of "cellSmartTag" elements
      • getCellSmartTagArray

        @Deprecated
        CTCellSmartTag[] getCellSmartTagArray()
        Deprecated.
        Gets array of all "cellSmartTag" elements
      • getCellSmartTagArray

        CTCellSmartTag getCellSmartTagArray​(int i)
        Gets ith "cellSmartTag" element
      • sizeOfCellSmartTagArray

        int sizeOfCellSmartTagArray()
        Returns number of "cellSmartTag" element
      • setCellSmartTagArray

        void setCellSmartTagArray​(CTCellSmartTag[] cellSmartTagArray)
        Sets array of all "cellSmartTag" element
      • setCellSmartTagArray

        void setCellSmartTagArray​(int i,
                                  CTCellSmartTag cellSmartTag)
        Sets ith "cellSmartTag" element
      • insertNewCellSmartTag

        CTCellSmartTag insertNewCellSmartTag​(int i)
        Inserts and returns a new empty value (as xml) as the ith "cellSmartTag" element
      • addNewCellSmartTag

        CTCellSmartTag addNewCellSmartTag()
        Appends and returns a new empty value (as xml) as the last "cellSmartTag" element
      • removeCellSmartTag

        void removeCellSmartTag​(int i)
        Removes the ith "cellSmartTag" element
      • getR

        java.lang.String getR()
        Gets the "r" attribute
      • xgetR

        STCellRef xgetR()
        Gets (as xml) the "r" attribute
      • setR

        void setR​(java.lang.String r)
        Sets the "r" attribute
      • xsetR

        void xsetR​(STCellRef r)
        Sets (as xml) the "r" attribute