public interface CTRst extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTRst.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTPhoneticPr |
addNewPhoneticPr()
Appends and returns a new empty "phoneticPr" element
|
CTRElt |
addNewR()
Appends and returns a new empty value (as xml) as the last "r" element
|
CTPhoneticRun |
addNewRPh()
Appends and returns a new empty value (as xml) as the last "rPh" element
|
CTPhoneticPr |
getPhoneticPr()
Gets the "phoneticPr" element
|
CTRElt[] |
getRArray()
Deprecated.
|
CTRElt |
getRArray(int i)
Gets ith "r" element
|
List<CTRElt> |
getRList()
Gets a List of "r" elements
|
CTPhoneticRun[] |
getRPhArray()
Deprecated.
|
CTPhoneticRun |
getRPhArray(int i)
Gets ith "rPh" element
|
List<CTPhoneticRun> |
getRPhList()
Gets a List of "rPh" elements
|
String |
getT()
Gets the "t" element
|
CTRElt |
insertNewR(int i)
Inserts and returns a new empty value (as xml) as the ith "r" element
|
CTPhoneticRun |
insertNewRPh(int i)
Inserts and returns a new empty value (as xml) as the ith "rPh" element
|
boolean |
isSetPhoneticPr()
True if has "phoneticPr" element
|
boolean |
isSetT()
True if has "t" element
|
void |
removeR(int i)
Removes the ith "r" element
|
void |
removeRPh(int i)
Removes the ith "rPh" element
|
void |
setPhoneticPr(CTPhoneticPr phoneticPr)
Sets the "phoneticPr" element
|
void |
setRArray(CTRElt[] rArray)
Sets array of all "r" element
|
void |
setRArray(int i,
CTRElt r)
Sets ith "r" element
|
void |
setRPhArray(CTPhoneticRun[] rPhArray)
Sets array of all "rPh" element
|
void |
setRPhArray(int i,
CTPhoneticRun rPh)
Sets ith "rPh" element
|
void |
setT(String t)
Sets the "t" element
|
int |
sizeOfRArray()
Returns number of "r" element
|
int |
sizeOfRPhArray()
Returns number of "rPh" element
|
void |
unsetPhoneticPr()
Unsets the "phoneticPr" element
|
void |
unsetT()
Unsets the "t" element
|
STXstring |
xgetT()
Gets (as xml) the "t" element
|
void |
xsetT(STXstring t)
Sets (as xml) the "t" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
String getT()
STXstring xgetT()
boolean isSetT()
void setT(String t)
void xsetT(STXstring t)
void unsetT()
@Deprecated CTRElt[] getRArray()
CTRElt getRArray(int i)
int sizeOfRArray()
void setRArray(CTRElt[] rArray)
void setRArray(int i,
CTRElt r)
CTRElt insertNewR(int i)
CTRElt addNewR()
void removeR(int i)
List<CTPhoneticRun> getRPhList()
@Deprecated CTPhoneticRun[] getRPhArray()
CTPhoneticRun getRPhArray(int i)
int sizeOfRPhArray()
void setRPhArray(CTPhoneticRun[] rPhArray)
void setRPhArray(int i,
CTPhoneticRun rPh)
CTPhoneticRun insertNewRPh(int i)
CTPhoneticRun addNewRPh()
void removeRPh(int i)
CTPhoneticPr getPhoneticPr()
boolean isSetPhoneticPr()
void setPhoneticPr(CTPhoneticPr phoneticPr)
CTPhoneticPr addNewPhoneticPr()
void unsetPhoneticPr()
Copyright © 2010 - 2020 Adobe. All Rights Reserved