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

  • Method Details

    • 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
    • getColumn

      CTDecimalNumber getColumn()
      Gets the "column" element
    • setColumn

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

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

      CTBase64Binary getUniqueTag()
      Gets the "uniqueTag" element
    • setUniqueTag

      void setUniqueTag(CTBase64Binary uniqueTag)
      Sets the "uniqueTag" element
    • addNewUniqueTag

      CTBase64Binary addNewUniqueTag()
      Appends and returns a new empty "uniqueTag" element