Interface CTEffectStyleList

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTEffectStyleList extends XmlObject
An XML CT_EffectStyleList(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getEffectStyleList

      List<CTEffectStyleItem> getEffectStyleList()
      Gets a List of "effectStyle" elements
    • getEffectStyleArray

      CTEffectStyleItem[] getEffectStyleArray()
      Gets array of all "effectStyle" elements
    • getEffectStyleArray

      CTEffectStyleItem getEffectStyleArray(int i)
      Gets ith "effectStyle" element
    • sizeOfEffectStyleArray

      int sizeOfEffectStyleArray()
      Returns number of "effectStyle" element
    • setEffectStyleArray

      void setEffectStyleArray(CTEffectStyleItem[] effectStyleArray)
      Sets array of all "effectStyle" element
    • setEffectStyleArray

      void setEffectStyleArray(int i, CTEffectStyleItem effectStyle)
      Sets ith "effectStyle" element
    • insertNewEffectStyle

      CTEffectStyleItem insertNewEffectStyle(int i)
      Inserts and returns a new empty value (as xml) as the ith "effectStyle" element
    • addNewEffectStyle

      CTEffectStyleItem addNewEffectStyle()
      Appends and returns a new empty value (as xml) as the last "effectStyle" element
    • removeEffectStyle

      void removeEffectStyle(int i)
      Removes the ith "effectStyle" element