Interface CTTLBehaviorAttributeNameList

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAttrNameList

      List<String> getAttrNameList()
      Gets a List of "attrName" elements
    • getAttrNameArray

      String[] getAttrNameArray()
      Gets array of all "attrName" elements
    • getAttrNameArray

      String getAttrNameArray(int i)
      Gets ith "attrName" element
    • xgetAttrNameList

      List<XmlString> xgetAttrNameList()
      Gets (as xml) a List of "attrName" elements
    • xgetAttrNameArray

      XmlString[] xgetAttrNameArray()
      Gets (as xml) array of all "attrName" elements
    • xgetAttrNameArray

      XmlString xgetAttrNameArray(int i)
      Gets (as xml) ith "attrName" element
    • sizeOfAttrNameArray

      int sizeOfAttrNameArray()
      Returns number of "attrName" element
    • setAttrNameArray

      void setAttrNameArray(String[] attrNameArray)
      Sets array of all "attrName" element
    • setAttrNameArray

      void setAttrNameArray(int i, String attrName)
      Sets ith "attrName" element
    • xsetAttrNameArray

      void xsetAttrNameArray(XmlString[] attrNameArray)
      Sets (as xml) array of all "attrName" element
    • xsetAttrNameArray

      void xsetAttrNameArray(int i, XmlString attrName)
      Sets (as xml) ith "attrName" element
    • insertAttrName

      void insertAttrName(int i, String attrName)
      Inserts the value as the ith "attrName" element
    • addAttrName

      void addAttrName(String attrName)
      Appends the value as the last "attrName" element
    • insertNewAttrName

      XmlString insertNewAttrName(int i)
      Inserts and returns a new empty value (as xml) as the ith "attrName" element
    • addNewAttrName

      XmlString addNewAttrName()
      Appends and returns a new empty value (as xml) as the last "attrName" element
    • removeAttrName

      void removeAttrName(int i)
      Removes the ith "attrName" element