Interface CTAdjustHandleList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_AdjustHandleList(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTAdjustHandleList> 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 "ahPolar" elementAppends and returns a new empty value (as xml) as the last "ahXY" elementGets array of all "ahPolar" elementsgetAhPolarArray(int i) Gets ith "ahPolar" elementGets a List of "ahPolar" elementsGets array of all "ahXY" elementsgetAhXYArray(int i) Gets ith "ahXY" elementGets a List of "ahXY" elementsinsertNewAhPolar(int i) Inserts and returns a new empty value (as xml) as the ith "ahPolar" elementinsertNewAhXY(int i) Inserts and returns a new empty value (as xml) as the ith "ahXY" elementvoidremoveAhPolar(int i) Removes the ith "ahPolar" elementvoidremoveAhXY(int i) Removes the ith "ahXY" elementvoidsetAhPolarArray(int i, CTPolarAdjustHandle ahPolar) Sets ith "ahPolar" elementvoidsetAhPolarArray(CTPolarAdjustHandle[] ahPolarArray) Sets array of all "ahPolar" elementvoidsetAhXYArray(int i, CTXYAdjustHandle ahXY) Sets ith "ahXY" elementvoidsetAhXYArray(CTXYAdjustHandle[] ahXYArray) Sets array of all "ahXY" elementintReturns number of "ahPolar" elementintReturns number of "ahXY" 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
-
getAhXYList
List<CTXYAdjustHandle> getAhXYList()Gets a List of "ahXY" elements -
getAhXYArray
CTXYAdjustHandle[] getAhXYArray()Gets array of all "ahXY" elements -
getAhXYArray
Gets ith "ahXY" element -
sizeOfAhXYArray
int sizeOfAhXYArray()Returns number of "ahXY" element -
setAhXYArray
Sets array of all "ahXY" element -
setAhXYArray
Sets ith "ahXY" element -
insertNewAhXY
Inserts and returns a new empty value (as xml) as the ith "ahXY" element -
addNewAhXY
CTXYAdjustHandle addNewAhXY()Appends and returns a new empty value (as xml) as the last "ahXY" element -
removeAhXY
void removeAhXY(int i) Removes the ith "ahXY" element -
getAhPolarList
List<CTPolarAdjustHandle> getAhPolarList()Gets a List of "ahPolar" elements -
getAhPolarArray
CTPolarAdjustHandle[] getAhPolarArray()Gets array of all "ahPolar" elements -
getAhPolarArray
Gets ith "ahPolar" element -
sizeOfAhPolarArray
int sizeOfAhPolarArray()Returns number of "ahPolar" element -
setAhPolarArray
Sets array of all "ahPolar" element -
setAhPolarArray
Sets ith "ahPolar" element -
insertNewAhPolar
Inserts and returns a new empty value (as xml) as the ith "ahPolar" element -
addNewAhPolar
CTPolarAdjustHandle addNewAhPolar()Appends and returns a new empty value (as xml) as the last "ahPolar" element -
removeAhPolar
void removeAhPolar(int i) Removes the ith "ahPolar" element
-