Interface CTMapInfo

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getSchemaList

        java.util.List<CTSchema> getSchemaList()
        Gets a List of "Schema" elements
      • getSchemaArray

        @Deprecated
        CTSchema[] getSchemaArray()
        Deprecated.
        Gets array of all "Schema" elements
      • getSchemaArray

        CTSchema getSchemaArray​(int i)
        Gets ith "Schema" element
      • sizeOfSchemaArray

        int sizeOfSchemaArray()
        Returns number of "Schema" element
      • setSchemaArray

        void setSchemaArray​(CTSchema[] schemaArray)
        Sets array of all "Schema" element
      • setSchemaArray

        void setSchemaArray​(int i,
                            CTSchema schema)
        Sets ith "Schema" element
      • insertNewSchema

        CTSchema insertNewSchema​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Schema" element
      • addNewSchema

        CTSchema addNewSchema()
        Appends and returns a new empty value (as xml) as the last "Schema" element
      • removeSchema

        void removeSchema​(int i)
        Removes the ith "Schema" element
      • getMapList

        java.util.List<CTMap> getMapList()
        Gets a List of "Map" elements
      • getMapArray

        @Deprecated
        CTMap[] getMapArray()
        Deprecated.
        Gets array of all "Map" elements
      • getMapArray

        CTMap getMapArray​(int i)
        Gets ith "Map" element
      • sizeOfMapArray

        int sizeOfMapArray()
        Returns number of "Map" element
      • setMapArray

        void setMapArray​(CTMap[] mapArray)
        Sets array of all "Map" element
      • setMapArray

        void setMapArray​(int i,
                         CTMap map)
        Sets ith "Map" element
      • insertNewMap

        CTMap insertNewMap​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Map" element
      • addNewMap

        CTMap addNewMap()
        Appends and returns a new empty value (as xml) as the last "Map" element
      • removeMap

        void removeMap​(int i)
        Removes the ith "Map" element
      • getSelectionNamespaces

        java.lang.String getSelectionNamespaces()
        Gets the "SelectionNamespaces" attribute
      • xgetSelectionNamespaces

        XmlString xgetSelectionNamespaces()
        Gets (as xml) the "SelectionNamespaces" attribute
      • setSelectionNamespaces

        void setSelectionNamespaces​(java.lang.String selectionNamespaces)
        Sets the "SelectionNamespaces" attribute
      • xsetSelectionNamespaces

        void xsetSelectionNamespaces​(XmlString selectionNamespaces)
        Sets (as xml) the "SelectionNamespaces" attribute