All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTDocVar extends XmlObject
An XML CT_DocVar(@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
    • getVal

      String getVal()
      Gets the "val" attribute
    • xgetVal

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetVal()
      Gets (as xml) the "val" attribute
    • setVal

      void setVal(String val)
      Sets the "val" attribute
    • xsetVal

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