Interface CTGroupMember

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getUniqueName

        java.lang.String getUniqueName()
        Gets the "uniqueName" attribute
      • xgetUniqueName

        STXstring xgetUniqueName()
        Gets (as xml) the "uniqueName" attribute
      • setUniqueName

        void setUniqueName​(java.lang.String uniqueName)
        Sets the "uniqueName" attribute
      • xsetUniqueName

        void xsetUniqueName​(STXstring uniqueName)
        Sets (as xml) the "uniqueName" attribute
      • getGroup

        boolean getGroup()
        Gets the "group" attribute
      • xgetGroup

        XmlBoolean xgetGroup()
        Gets (as xml) the "group" attribute
      • isSetGroup

        boolean isSetGroup()
        True if has "group" attribute
      • setGroup

        void setGroup​(boolean group)
        Sets the "group" attribute
      • xsetGroup

        void xsetGroup​(XmlBoolean group)
        Sets (as xml) the "group" attribute
      • unsetGroup

        void unsetGroup()
        Unsets the "group" attribute