Interface CTRst
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Rst(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "phoneticPr" elementaddNewR()Appends and returns a new empty value (as xml) as the last "r" elementAppends and returns a new empty value (as xml) as the last "rPh" elementGets the "phoneticPr" elementCTRElt[]Gets array of all "r" elementsgetRArray(int i) Gets ith "r" elementgetRList()Gets a List of "r" elementsGets array of all "rPh" elementsgetRPhArray(int i) Gets ith "rPh" elementGets a List of "rPh" elementsgetT()Gets the "t" elementinsertNewR(int i) Inserts and returns a new empty value (as xml) as the ith "r" elementinsertNewRPh(int i) Inserts and returns a new empty value (as xml) as the ith "rPh" elementbooleanTrue 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" elementvoidSets ith "r" elementvoidSets array of all "r" elementvoidsetRPhArray(int i, CTPhoneticRun rPh) Sets ith "rPh" elementvoidsetRPhArray(CTPhoneticRun[] rPhArray) Sets array of all "rPh" elementvoidSets the "t" elementintReturns number of "r" elementintReturns number of "rPh" elementvoidUnsets 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" 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
-
getT
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
Sets the "t" element -
unsetT
void unsetT()Unsets the "t" element -
getRList
Gets a List of "r" elements -
getRArray
CTRElt[] getRArray()Gets array of all "r" elements -
getRArray
Gets ith "r" element -
sizeOfRArray
int sizeOfRArray()Returns number of "r" element -
setRArray
Sets array of all "r" element -
setRArray
Sets ith "r" element -
insertNewR
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
List<CTPhoneticRun> getRPhList()Gets a List of "rPh" elements -
getRPhArray
CTPhoneticRun[] getRPhArray()Gets array of all "rPh" elements -
getRPhArray
Gets ith "rPh" element -
sizeOfRPhArray
int sizeOfRPhArray()Returns number of "rPh" element -
setRPhArray
Sets array of all "rPh" element -
setRPhArray
Sets ith "rPh" element -
insertNewRPh
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
Sets the "phoneticPr" element -
addNewPhoneticPr
CTPhoneticPr addNewPhoneticPr()Appends and returns a new empty "phoneticPr" element -
unsetPhoneticPr
void unsetPhoneticPr()Unsets the "phoneticPr" element
-