Interface CTCellSmartTag

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCellSmartTagPrList

        java.util.List<CTCellSmartTagPr> getCellSmartTagPrList()
        Gets a List of "cellSmartTagPr" elements
      • getCellSmartTagPrArray

        @Deprecated
        CTCellSmartTagPr[] getCellSmartTagPrArray()
        Deprecated.
        Gets array of all "cellSmartTagPr" elements
      • getCellSmartTagPrArray

        CTCellSmartTagPr getCellSmartTagPrArray​(int i)
        Gets ith "cellSmartTagPr" element
      • sizeOfCellSmartTagPrArray

        int sizeOfCellSmartTagPrArray()
        Returns number of "cellSmartTagPr" element
      • setCellSmartTagPrArray

        void setCellSmartTagPrArray​(CTCellSmartTagPr[] cellSmartTagPrArray)
        Sets array of all "cellSmartTagPr" element
      • setCellSmartTagPrArray

        void setCellSmartTagPrArray​(int i,
                                    CTCellSmartTagPr cellSmartTagPr)
        Sets ith "cellSmartTagPr" element
      • insertNewCellSmartTagPr

        CTCellSmartTagPr insertNewCellSmartTagPr​(int i)
        Inserts and returns a new empty value (as xml) as the ith "cellSmartTagPr" element
      • addNewCellSmartTagPr

        CTCellSmartTagPr addNewCellSmartTagPr()
        Appends and returns a new empty value (as xml) as the last "cellSmartTagPr" element
      • removeCellSmartTagPr

        void removeCellSmartTagPr​(int i)
        Removes the ith "cellSmartTagPr" element
      • getType

        long getType()
        Gets the "type" attribute
      • xgetType

        XmlUnsignedInt xgetType()
        Gets (as xml) the "type" attribute
      • setType

        void setType​(long type)
        Sets the "type" attribute
      • xsetType

        void xsetType​(XmlUnsignedInt type)
        Sets (as xml) the "type" attribute
      • getDeleted

        boolean getDeleted()
        Gets the "deleted" attribute
      • xgetDeleted

        XmlBoolean xgetDeleted()
        Gets (as xml) the "deleted" attribute
      • isSetDeleted

        boolean isSetDeleted()
        True if has "deleted" attribute
      • setDeleted

        void setDeleted​(boolean deleted)
        Sets the "deleted" attribute
      • xsetDeleted

        void xsetDeleted​(XmlBoolean deleted)
        Sets (as xml) the "deleted" attribute
      • unsetDeleted

        void unsetDeleted()
        Unsets the "deleted" attribute
      • getXmlBased

        boolean getXmlBased()
        Gets the "xmlBased" attribute
      • xgetXmlBased

        XmlBoolean xgetXmlBased()
        Gets (as xml) the "xmlBased" attribute
      • isSetXmlBased

        boolean isSetXmlBased()
        True if has "xmlBased" attribute
      • setXmlBased

        void setXmlBased​(boolean xmlBased)
        Sets the "xmlBased" attribute
      • xsetXmlBased

        void xsetXmlBased​(XmlBoolean xmlBased)
        Sets (as xml) the "xmlBased" attribute
      • unsetXmlBased

        void unsetXmlBased()
        Unsets the "xmlBased" attribute