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

  • Method Details

    • getBehaviorList

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

      CTDocPartBehavior[] getBehaviorArray()
      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