Interface CTRst
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTRst extends XmlObject
An XML CT_Rst(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTRst>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTPhoneticPraddNewPhoneticPr()Appends and returns a new empty "phoneticPr" elementCTREltaddNewR()Appends and returns a new empty value (as xml) as the last "r" elementCTPhoneticRunaddNewRPh()Appends and returns a new empty value (as xml) as the last "rPh" elementCTPhoneticPrgetPhoneticPr()Gets the "phoneticPr" elementCTRElt[]getRArray()Gets array of all "r" elementsCTREltgetRArray(int i)Gets ith "r" elementjava.util.List<CTRElt>getRList()Gets a List of "r" elementsCTPhoneticRun[]getRPhArray()Gets array of all "rPh" elementsCTPhoneticRungetRPhArray(int i)Gets ith "rPh" elementjava.util.List<CTPhoneticRun>getRPhList()Gets a List of "rPh" elementsjava.lang.StringgetT()Gets the "t" elementCTREltinsertNewR(int i)Inserts and returns a new empty value (as xml) as the ith "r" elementCTPhoneticRuninsertNewRPh(int i)Inserts and returns a new empty value (as xml) as the ith "rPh" elementbooleanisSetPhoneticPr()True if has "phoneticPr" elementbooleanisSetT()True if has "t" elementvoidremoveR(int i)Removes the ith "r" elementvoidremoveRPh(int i)Removes the ith "rPh" elementvoidsetPhoneticPr(CTPhoneticPr phoneticPr)Sets the "phoneticPr" elementvoidsetRArray(int i, CTRElt r)Sets ith "r" elementvoidsetRArray(CTRElt[] rArray)Sets array of all "r" elementvoidsetRPhArray(int i, CTPhoneticRun rPh)Sets ith "rPh" elementvoidsetRPhArray(CTPhoneticRun[] rPhArray)Sets array of all "rPh" elementvoidsetT(java.lang.String t)Sets the "t" elementintsizeOfRArray()Returns number of "r" elementintsizeOfRPhArray()Returns number of "rPh" elementvoidunsetPhoneticPr()Unsets the "phoneticPr" elementvoidunsetT()Unsets the "t" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetT()Gets (as xml) the "t" elementvoidxsetT(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring t)Sets (as xml) the "t" element-
Methods 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, valueHashCode
-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTRst> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getT
java.lang.String getT()
Gets the "t" element
-
xgetT
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetT()
Gets (as xml) the "t" element
-
isSetT
boolean isSetT()
True if has "t" element
-
setT
void setT(java.lang.String t)
Sets the "t" element
-
xsetT
void xsetT(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring t)
Sets (as xml) the "t" element
-
unsetT
void unsetT()
Unsets the "t" element
-
getRList
java.util.List<CTRElt> getRList()
Gets a List of "r" elements
-
getRArray
CTRElt[] getRArray()
Gets array of all "r" elements
-
getRArray
CTRElt getRArray(int i)
Gets ith "r" element
-
sizeOfRArray
int sizeOfRArray()
Returns number of "r" element
-
setRArray
void setRArray(CTRElt[] rArray)
Sets array of all "r" element
-
setRArray
void setRArray(int i, CTRElt r)Sets ith "r" element
-
insertNewR
CTRElt insertNewR(int i)
Inserts and returns a new empty value (as xml) as the ith "r" element
-
addNewR
CTRElt addNewR()
Appends and returns a new empty value (as xml) as the last "r" element
-
removeR
void removeR(int i)
Removes the ith "r" element
-
getRPhList
java.util.List<CTPhoneticRun> getRPhList()
Gets a List of "rPh" elements
-
getRPhArray
CTPhoneticRun[] getRPhArray()
Gets array of all "rPh" elements
-
getRPhArray
CTPhoneticRun getRPhArray(int i)
Gets ith "rPh" element
-
sizeOfRPhArray
int sizeOfRPhArray()
Returns number of "rPh" element
-
setRPhArray
void setRPhArray(CTPhoneticRun[] rPhArray)
Sets array of all "rPh" element
-
setRPhArray
void setRPhArray(int i, CTPhoneticRun rPh)Sets ith "rPh" element
-
insertNewRPh
CTPhoneticRun insertNewRPh(int i)
Inserts and returns a new empty value (as xml) as the ith "rPh" element
-
addNewRPh
CTPhoneticRun addNewRPh()
Appends and returns a new empty value (as xml) as the last "rPh" element
-
removeRPh
void removeRPh(int i)
Removes the ith "rPh" element
-
getPhoneticPr
CTPhoneticPr getPhoneticPr()
Gets the "phoneticPr" element
-
isSetPhoneticPr
boolean isSetPhoneticPr()
True if has "phoneticPr" element
-
setPhoneticPr
void setPhoneticPr(CTPhoneticPr phoneticPr)
Sets the "phoneticPr" element
-
addNewPhoneticPr
CTPhoneticPr addNewPhoneticPr()
Appends and returns a new empty "phoneticPr" element
-
unsetPhoneticPr
void unsetPhoneticPr()
Unsets the "phoneticPr" element
-
-