Interface RecipientsDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface RecipientsDocument
    extends XmlObject
    A document containing one recipients(@http://schemas.openxmlformats.org/wordprocessingml/2006/main) element. This is a complex type.
    • Method Detail

      • getRecipients

        CTRecipients getRecipients()
        Gets the "recipients" element
      • setRecipients

        void setRecipients​(CTRecipients recipients)
        Sets the "recipients" element
      • addNewRecipients

        CTRecipients addNewRecipients()
        Appends and returns a new empty "recipients" element