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

  • Method Details

    • getSldLayoutIdList

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

      CTSlideLayoutIdListEntry[] getSldLayoutIdArray()
      Gets array of all "sldLayoutId" elements
    • getSldLayoutIdArray

      CTSlideLayoutIdListEntry getSldLayoutIdArray(int i)
      Gets ith "sldLayoutId" element
    • 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