Interface CTAdjustHandleList
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTAdjustHandleList extends XmlObject
An XML CT_AdjustHandleList(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTAdjustHandleList.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTPolarAdjustHandleaddNewAhPolar()Appends and returns a new empty value (as xml) as the last "ahPolar" elementCTXYAdjustHandleaddNewAhXY()Appends and returns a new empty value (as xml) as the last "ahXY" elementCTPolarAdjustHandle[]getAhPolarArray()Deprecated.CTPolarAdjustHandlegetAhPolarArray(int i)Gets ith "ahPolar" elementjava.util.List<CTPolarAdjustHandle>getAhPolarList()Gets a List of "ahPolar" elementsCTXYAdjustHandle[]getAhXYArray()Deprecated.CTXYAdjustHandlegetAhXYArray(int i)Gets ith "ahXY" elementjava.util.List<CTXYAdjustHandle>getAhXYList()Gets a List of "ahXY" elementsCTPolarAdjustHandleinsertNewAhPolar(int i)Inserts and returns a new empty value (as xml) as the ith "ahPolar" elementCTXYAdjustHandleinsertNewAhXY(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" elementintsizeOfAhPolarArray()Returns number of "ahPolar" elementintsizeOfAhXYArray()Returns number of "ahXY" 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
-
getAhXYList
java.util.List<CTXYAdjustHandle> getAhXYList()
Gets a List of "ahXY" elements
-
getAhXYArray
@Deprecated CTXYAdjustHandle[] getAhXYArray()
Deprecated.Gets array of all "ahXY" elements
-
getAhXYArray
CTXYAdjustHandle getAhXYArray(int i)
Gets ith "ahXY" element
-
sizeOfAhXYArray
int sizeOfAhXYArray()
Returns number of "ahXY" element
-
setAhXYArray
void setAhXYArray(CTXYAdjustHandle[] ahXYArray)
Sets array of all "ahXY" element
-
setAhXYArray
void setAhXYArray(int i, CTXYAdjustHandle ahXY)Sets ith "ahXY" element
-
insertNewAhXY
CTXYAdjustHandle insertNewAhXY(int i)
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
java.util.List<CTPolarAdjustHandle> getAhPolarList()
Gets a List of "ahPolar" elements
-
getAhPolarArray
@Deprecated CTPolarAdjustHandle[] getAhPolarArray()
Deprecated.Gets array of all "ahPolar" elements
-
getAhPolarArray
CTPolarAdjustHandle getAhPolarArray(int i)
Gets ith "ahPolar" element
-
sizeOfAhPolarArray
int sizeOfAhPolarArray()
Returns number of "ahPolar" element
-
setAhPolarArray
void setAhPolarArray(CTPolarAdjustHandle[] ahPolarArray)
Sets array of all "ahPolar" element
-
setAhPolarArray
void setAhPolarArray(int i, CTPolarAdjustHandle ahPolar)Sets ith "ahPolar" element
-
insertNewAhPolar
CTPolarAdjustHandle insertNewAhPolar(int i)
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
-
-