All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getCaptionList

      List<CTCaption> getCaptionList()
      Gets a List of "caption" elements
    • getCaptionArray

      CTCaption[] getCaptionArray()
      Gets array of all "caption" elements
    • getCaptionArray

      CTCaption getCaptionArray(int i)
      Gets ith "caption" element
    • sizeOfCaptionArray

      int sizeOfCaptionArray()
      Returns number of "caption" element
    • setCaptionArray

      void setCaptionArray(CTCaption[] captionArray)
      Sets array of all "caption" element
    • setCaptionArray

      void setCaptionArray(int i, CTCaption caption)
      Sets ith "caption" element
    • insertNewCaption

      CTCaption insertNewCaption(int i)
      Inserts and returns a new empty value (as xml) as the ith "caption" element
    • addNewCaption

      CTCaption addNewCaption()
      Appends and returns a new empty value (as xml) as the last "caption" element
    • removeCaption

      void removeCaption(int i)
      Removes the ith "caption" element
    • getAutoCaptions

      CTAutoCaptions getAutoCaptions()
      Gets the "autoCaptions" element
    • isSetAutoCaptions

      boolean isSetAutoCaptions()
      True if has "autoCaptions" element
    • setAutoCaptions

      void setAutoCaptions(CTAutoCaptions autoCaptions)
      Sets the "autoCaptions" element
    • addNewAutoCaptions

      CTAutoCaptions addNewAutoCaptions()
      Appends and returns a new empty "autoCaptions" element
    • unsetAutoCaptions

      void unsetAutoCaptions()
      Unsets the "autoCaptions" element