Interface CTStringTag

  • 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.
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the "name" attribute
      • xgetName

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

        boolean isSetName()
        True if has "name" attribute
      • setName

        void setName​(java.lang.String name)
        Sets the "name" attribute
      • xsetName

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

        void unsetName()
        Unsets the "name" attribute
      • getVal

        java.lang.String getVal()
        Gets the "val" attribute
      • xgetVal

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

        boolean isSetVal()
        True if has "val" attribute
      • setVal

        void setVal​(java.lang.String val)
        Sets the "val" attribute
      • xsetVal

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

        void unsetVal()
        Unsets the "val" attribute