All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTDocRsids extends XmlObject
An XML CT_DocRsids(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getRsidRoot

      CTLongHexNumber getRsidRoot()
      Gets the "rsidRoot" element
    • isSetRsidRoot

      boolean isSetRsidRoot()
      True if has "rsidRoot" element
    • setRsidRoot

      void setRsidRoot(CTLongHexNumber rsidRoot)
      Sets the "rsidRoot" element
    • addNewRsidRoot

      CTLongHexNumber addNewRsidRoot()
      Appends and returns a new empty "rsidRoot" element
    • unsetRsidRoot

      void unsetRsidRoot()
      Unsets the "rsidRoot" element
    • getRsidList

      List<CTLongHexNumber> getRsidList()
      Gets a List of "rsid" elements
    • getRsidArray

      CTLongHexNumber[] getRsidArray()
      Gets array of all "rsid" elements
    • getRsidArray

      CTLongHexNumber getRsidArray(int i)
      Gets ith "rsid" element
    • sizeOfRsidArray

      int sizeOfRsidArray()
      Returns number of "rsid" element
    • setRsidArray

      void setRsidArray(CTLongHexNumber[] rsidArray)
      Sets array of all "rsid" element
    • setRsidArray

      void setRsidArray(int i, CTLongHexNumber rsid)
      Sets ith "rsid" element
    • insertNewRsid

      CTLongHexNumber insertNewRsid(int i)
      Inserts and returns a new empty value (as xml) as the ith "rsid" element
    • addNewRsid

      CTLongHexNumber addNewRsid()
      Appends and returns a new empty value (as xml) as the last "rsid" element
    • removeRsid

      void removeRsid(int i)
      Removes the ith "rsid" element