All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getName

      String getName()
      Gets the "name" attribute
    • xgetName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetName()
      Gets (as xml) the "name" attribute
    • setName

      void setName(String name)
      Sets the "name" attribute
    • xsetName

      void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString name)
      Sets (as xml) the "name" attribute
    • getCaption

      String getCaption()
      Gets the "caption" attribute
    • xgetCaption

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetCaption()
      Gets (as xml) the "caption" attribute
    • setCaption

      void setCaption(String caption)
      Sets the "caption" attribute
    • xsetCaption

      void xsetCaption(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString caption)
      Sets (as xml) the "caption" attribute