Interface CTSdtEndPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SdtEndPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSdtEndPr> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "rPr" elementCTRPr[]Gets array of all "rPr" elementsgetRPrArray(int i) Gets ith "rPr" elementGets a List of "rPr" elementsinsertNewRPr(int i) Inserts and returns a new empty value (as xml) as the ith "rPr" elementvoidremoveRPr(int i) Removes the ith "rPr" elementvoidsetRPrArray(int i, CTRPr rPr) Sets ith "rPr" elementvoidsetRPrArray(CTRPr[] rPrArray) Sets array of all "rPr" elementintReturns number of "rPr" 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
-
getRPrList
Gets a List of "rPr" elements -
getRPrArray
CTRPr[] getRPrArray()Gets array of all "rPr" elements -
getRPrArray
Gets ith "rPr" element -
sizeOfRPrArray
int sizeOfRPrArray()Returns number of "rPr" element -
setRPrArray
Sets array of all "rPr" element -
setRPrArray
Sets ith "rPr" element -
insertNewRPr
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
-