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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRst.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTPhoneticPr
addNewPhoneticPr()
Appends and returns a new empty "phoneticPr" elementCTRElt
addNewR()
Appends and returns a new empty value (as xml) as the last "r" elementCTPhoneticRun
addNewRPh()
Appends and returns a new empty value (as xml) as the last "rPh" elementCTPhoneticPr
getPhoneticPr()
Gets the "phoneticPr" elementCTRElt[]
getRArray()
Deprecated.CTRElt
getRArray(int i)
Gets ith "r" elementjava.util.List<CTRElt>
getRList()
Gets a List of "r" elementsCTPhoneticRun[]
getRPhArray()
Deprecated.CTPhoneticRun
getRPhArray(int i)
Gets ith "rPh" elementjava.util.List<CTPhoneticRun>
getRPhList()
Gets a List of "rPh" elementsjava.lang.String
getT()
Gets the "t" elementCTRElt
insertNewR(int i)
Inserts and returns a new empty value (as xml) as the ith "r" elementCTPhoneticRun
insertNewRPh(int i)
Inserts and returns a new empty value (as xml) as the ith "rPh" elementboolean
isSetPhoneticPr()
True if has "phoneticPr" elementboolean
isSetT()
True if has "t" elementvoid
removeR(int i)
Removes the ith "r" elementvoid
removeRPh(int i)
Removes the ith "rPh" elementvoid
setPhoneticPr(CTPhoneticPr phoneticPr)
Sets the "phoneticPr" elementvoid
setRArray(int i, CTRElt r)
Sets ith "r" elementvoid
setRArray(CTRElt[] rArray)
Sets array of all "r" elementvoid
setRPhArray(int i, CTPhoneticRun rPh)
Sets ith "rPh" elementvoid
setRPhArray(CTPhoneticRun[] rPhArray)
Sets array of all "rPh" elementvoid
setT(java.lang.String t)
Sets the "t" elementint
sizeOfRArray()
Returns number of "r" elementint
sizeOfRPhArray()
Returns number of "rPh" elementvoid
unsetPhoneticPr()
Unsets the "phoneticPr" elementvoid
unsetT()
Unsets the "t" elementSTXstring
xgetT()
Gets (as xml) the "t" elementvoid
xsetT(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getT
java.lang.String getT()
Gets the "t" element
-
xgetT
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(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
@Deprecated CTRElt[] getRArray()
Deprecated.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
@Deprecated CTPhoneticRun[] getRPhArray()
Deprecated.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
-
-