Interface CTRecipientData

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getActive

        CTOnOff getActive()
        Gets the "active" element
      • isSetActive

        boolean isSetActive()
        True if has "active" element
      • setActive

        void setActive​(CTOnOff active)
        Sets the "active" element
      • addNewActive

        CTOnOff addNewActive()
        Appends and returns a new empty "active" element
      • unsetActive

        void unsetActive()
        Unsets the "active" element
      • setColumn

        void setColumn​(CTDecimalNumber column)
        Sets the "column" element
      • addNewColumn

        CTDecimalNumber addNewColumn()
        Appends and returns a new empty "column" element
      • getUniqueTag

        byte[] getUniqueTag()
        Gets the "uniqueTag" element
      • xgetUniqueTag

        XmlBase64Binary xgetUniqueTag()
        Gets (as xml) the "uniqueTag" element
      • setUniqueTag

        void setUniqueTag​(byte[] uniqueTag)
        Sets the "uniqueTag" element
      • xsetUniqueTag

        void xsetUniqueTag​(XmlBase64Binary uniqueTag)
        Sets (as xml) the "uniqueTag" element