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.
  • Field Details

  • Method Details

    • getSldMasterIdList

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

      CTSlideMasterIdListEntry[] getSldMasterIdArray()
      Gets array of all "sldMasterId" elements
    • getSldMasterIdArray

      CTSlideMasterIdListEntry getSldMasterIdArray(int i)
      Gets ith "sldMasterId" element
    • 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