Interface CTAttr

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTAttr
    extends XmlObject
    An XML CT_Attr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
    • Method Detail

      • getUri

        java.lang.String getUri()
        Gets the "uri" attribute
      • xgetUri

        STString xgetUri()
        Gets (as xml) the "uri" attribute
      • isSetUri

        boolean isSetUri()
        True if has "uri" attribute
      • setUri

        void setUri​(java.lang.String uri)
        Sets the "uri" attribute
      • xsetUri

        void xsetUri​(STString uri)
        Sets (as xml) the "uri" attribute
      • unsetUri

        void unsetUri()
        Unsets the "uri" attribute
      • getName

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

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

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

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

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

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

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

        void xsetVal​(STString val)
        Sets (as xml) the "val" attribute