Interface CTDocPartBehaviors

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getBehaviorList

        java.util.List<CTDocPartBehavior> getBehaviorList()
        Gets a List of "behavior" elements
      • getBehaviorArray

        @Deprecated
        CTDocPartBehavior[] getBehaviorArray()
        Deprecated.
        Gets array of all "behavior" elements
      • getBehaviorArray

        CTDocPartBehavior getBehaviorArray​(int i)
        Gets ith "behavior" element
      • sizeOfBehaviorArray

        int sizeOfBehaviorArray()
        Returns number of "behavior" element
      • setBehaviorArray

        void setBehaviorArray​(CTDocPartBehavior[] behaviorArray)
        Sets array of all "behavior" element
      • setBehaviorArray

        void setBehaviorArray​(int i,
                              CTDocPartBehavior behavior)
        Sets ith "behavior" element
      • insertNewBehavior

        CTDocPartBehavior insertNewBehavior​(int i)
        Inserts and returns a new empty value (as xml) as the ith "behavior" element
      • addNewBehavior

        CTDocPartBehavior addNewBehavior()
        Appends and returns a new empty value (as xml) as the last "behavior" element
      • removeBehavior

        void removeBehavior​(int i)
        Removes the ith "behavior" element