Interface CTSdtEndPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSdtEndPr extends XmlObject
An XML CT_SdtEndPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTSdtEndPr.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 CTRPr
addNewRPr()
Appends and returns a new empty value (as xml) as the last "rPr" elementCTRPr[]
getRPrArray()
Deprecated.CTRPr
getRPrArray(int i)
Gets ith "rPr" elementjava.util.List<CTRPr>
getRPrList()
Gets a List of "rPr" elementsCTRPr
insertNewRPr(int i)
Inserts and returns a new empty value (as xml) as the ith "rPr" elementvoid
removeRPr(int i)
Removes the ith "rPr" elementvoid
setRPrArray(int i, CTRPr rPr)
Sets ith "rPr" elementvoid
setRPrArray(CTRPr[] rPrArray)
Sets array of all "rPr" elementint
sizeOfRPrArray()
Returns number of "rPr" 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
-
getRPrList
java.util.List<CTRPr> getRPrList()
Gets a List of "rPr" elements
-
getRPrArray
@Deprecated CTRPr[] getRPrArray()
Deprecated.Gets array of all "rPr" elements
-
getRPrArray
CTRPr getRPrArray(int i)
Gets ith "rPr" element
-
sizeOfRPrArray
int sizeOfRPrArray()
Returns number of "rPr" element
-
setRPrArray
void setRPrArray(CTRPr[] rPrArray)
Sets array of all "rPr" element
-
setRPrArray
void setRPrArray(int i, CTRPr rPr)
Sets ith "rPr" element
-
insertNewRPr
CTRPr insertNewRPr(int i)
Inserts and returns a new empty value (as xml) as the ith "rPr" element
-
addNewRPr
CTRPr addNewRPr()
Appends and returns a new empty value (as xml) as the last "rPr" element
-
removeRPr
void removeRPr(int i)
Removes the ith "rPr" element
-
-