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.
    • Method Detail

      • getAttrNameList

        java.util.List<java.lang.String> getAttrNameList()
        Gets a List of "attrName" elements
      • getAttrNameArray

        @Deprecated
        java.lang.String[] getAttrNameArray()
        Deprecated.
        Gets array of all "attrName" elements
      • getAttrNameArray

        java.lang.String getAttrNameArray​(int i)
        Gets ith "attrName" element
      • xgetAttrNameList

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

        @Deprecated
        XmlString[] xgetAttrNameArray()
        Deprecated.
        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​(java.lang.String[] attrNameArray)
        Sets array of all "attrName" element
      • setAttrNameArray

        void setAttrNameArray​(int i,
                              java.lang.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,
                            java.lang.String attrName)
        Inserts the value as the ith "attrName" element
      • addAttrName

        void addAttrName​(java.lang.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