Interface CTSlideMasterIdList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getSldMasterIdList

        java.util.List<CTSlideMasterIdListEntry> getSldMasterIdList()
        Gets a List of "sldMasterId" elements
      • getSldMasterIdArray

        @Deprecated
        CTSlideMasterIdListEntry[] getSldMasterIdArray()
        Deprecated.
        Gets array of all "sldMasterId" elements
      • sizeOfSldMasterIdArray

        int sizeOfSldMasterIdArray()
        Returns number of "sldMasterId" element
      • setSldMasterIdArray

        void setSldMasterIdArray​(CTSlideMasterIdListEntry[] sldMasterIdArray)
        Sets array of all "sldMasterId" element
      • setSldMasterIdArray

        void setSldMasterIdArray​(int i,
                                 CTSlideMasterIdListEntry sldMasterId)
        Sets ith "sldMasterId" element
      • insertNewSldMasterId

        CTSlideMasterIdListEntry insertNewSldMasterId​(int i)
        Inserts and returns a new empty value (as xml) as the ith "sldMasterId" element
      • addNewSldMasterId

        CTSlideMasterIdListEntry addNewSldMasterId()
        Appends and returns a new empty value (as xml) as the last "sldMasterId" element
      • removeSldMasterId

        void removeSldMasterId​(int i)
        Removes the ith "sldMasterId" element