All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getName

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

      XmlString xgetName()
      Gets (as xml) the "name" attribute
    • setName

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

      void xsetName(XmlString name)
      Sets (as xml) the "name" attribute
    • getVal

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

      XmlString xgetVal()
      Gets (as xml) the "val" attribute
    • setVal

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

      void xsetVal(XmlString val)
      Sets (as xml) the "val" attribute