Interface CTDocRsids
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DocRsids(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDocRsids> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "rsid" elementAppends and returns a new empty "rsidRoot" elementGets array of all "rsid" elementsgetRsidArray(int i) Gets ith "rsid" elementGets a List of "rsid" elementsGets the "rsidRoot" elementinsertNewRsid(int i) Inserts and returns a new empty value (as xml) as the ith "rsid" elementbooleanTrue if has "rsidRoot" elementvoidremoveRsid(int i) Removes the ith "rsid" elementvoidsetRsidArray(int i, CTLongHexNumber rsid) Sets ith "rsid" elementvoidsetRsidArray(CTLongHexNumber[] rsidArray) Sets array of all "rsid" elementvoidsetRsidRoot(CTLongHexNumber rsidRoot) Sets the "rsidRoot" elementintReturns number of "rsid" elementvoidUnsets the "rsidRoot" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getRsidRoot
CTLongHexNumber getRsidRoot()Gets the "rsidRoot" element -
isSetRsidRoot
boolean isSetRsidRoot()True if has "rsidRoot" element -
setRsidRoot
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
Gets ith "rsid" element -
sizeOfRsidArray
int sizeOfRsidArray()Returns number of "rsid" element -
setRsidArray
Sets array of all "rsid" element -
setRsidArray
Sets ith "rsid" element -
insertNewRsid
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
-