Interface CTSlideLayoutIdList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getSldLayoutIdList

        java.util.List<CTSlideLayoutIdListEntry> getSldLayoutIdList()
        Gets a List of "sldLayoutId" elements
      • getSldLayoutIdArray

        @Deprecated
        CTSlideLayoutIdListEntry[] getSldLayoutIdArray()
        Deprecated.
        Gets array of all "sldLayoutId" elements
      • sizeOfSldLayoutIdArray

        int sizeOfSldLayoutIdArray()
        Returns number of "sldLayoutId" element
      • setSldLayoutIdArray

        void setSldLayoutIdArray​(CTSlideLayoutIdListEntry[] sldLayoutIdArray)
        Sets array of all "sldLayoutId" element
      • setSldLayoutIdArray

        void setSldLayoutIdArray​(int i,
                                 CTSlideLayoutIdListEntry sldLayoutId)
        Sets ith "sldLayoutId" element
      • insertNewSldLayoutId

        CTSlideLayoutIdListEntry insertNewSldLayoutId​(int i)
        Inserts and returns a new empty value (as xml) as the ith "sldLayoutId" element
      • addNewSldLayoutId

        CTSlideLayoutIdListEntry addNewSldLayoutId()
        Appends and returns a new empty value (as xml) as the last "sldLayoutId" element
      • removeSldLayoutId

        void removeSldLayoutId​(int i)
        Removes the ith "sldLayoutId" element