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.
  • Field Details

  • Method Details

    • getUniqueName

      String getUniqueName()
      Gets the "uniqueName" attribute
    • xgetUniqueName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUniqueName()
      Gets (as xml) the "uniqueName" attribute
    • setUniqueName

      void setUniqueName(String uniqueName)
      Sets the "uniqueName" attribute
    • xsetUniqueName

      void xsetUniqueName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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