public interface CTAdjustHandleList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTAdjustHandleList.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 |
|---|---|
CTPolarAdjustHandle |
addNewAhPolar()
Appends and returns a new empty value (as xml) as the last "ahPolar" element
|
CTXYAdjustHandle |
addNewAhXY()
Appends and returns a new empty value (as xml) as the last "ahXY" element
|
CTPolarAdjustHandle[] |
getAhPolarArray()
Deprecated.
|
CTPolarAdjustHandle |
getAhPolarArray(int i)
Gets ith "ahPolar" element
|
List<CTPolarAdjustHandle> |
getAhPolarList()
Gets a List of "ahPolar" elements
|
CTXYAdjustHandle[] |
getAhXYArray()
Deprecated.
|
CTXYAdjustHandle |
getAhXYArray(int i)
Gets ith "ahXY" element
|
List<CTXYAdjustHandle> |
getAhXYList()
Gets a List of "ahXY" elements
|
CTPolarAdjustHandle |
insertNewAhPolar(int i)
Inserts and returns a new empty value (as xml) as the ith "ahPolar" element
|
CTXYAdjustHandle |
insertNewAhXY(int i)
Inserts and returns a new empty value (as xml) as the ith "ahXY" element
|
void |
removeAhPolar(int i)
Removes the ith "ahPolar" element
|
void |
removeAhXY(int i)
Removes the ith "ahXY" element
|
void |
setAhPolarArray(CTPolarAdjustHandle[] ahPolarArray)
Sets array of all "ahPolar" element
|
void |
setAhPolarArray(int i,
CTPolarAdjustHandle ahPolar)
Sets ith "ahPolar" element
|
void |
setAhXYArray(CTXYAdjustHandle[] ahXYArray)
Sets array of all "ahXY" element
|
void |
setAhXYArray(int i,
CTXYAdjustHandle ahXY)
Sets ith "ahXY" element
|
int |
sizeOfAhPolarArray()
Returns number of "ahPolar" element
|
int |
sizeOfAhXYArray()
Returns number of "ahXY" 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
List<CTXYAdjustHandle> getAhXYList()
@Deprecated CTXYAdjustHandle[] getAhXYArray()
CTXYAdjustHandle getAhXYArray(int i)
int sizeOfAhXYArray()
void setAhXYArray(CTXYAdjustHandle[] ahXYArray)
void setAhXYArray(int i,
CTXYAdjustHandle ahXY)
CTXYAdjustHandle insertNewAhXY(int i)
CTXYAdjustHandle addNewAhXY()
void removeAhXY(int i)
List<CTPolarAdjustHandle> getAhPolarList()
@Deprecated CTPolarAdjustHandle[] getAhPolarArray()
CTPolarAdjustHandle getAhPolarArray(int i)
int sizeOfAhPolarArray()
void setAhPolarArray(CTPolarAdjustHandle[] ahPolarArray)
void setAhPolarArray(int i,
CTPolarAdjustHandle ahPolar)
CTPolarAdjustHandle insertNewAhPolar(int i)
CTPolarAdjustHandle addNewAhPolar()
void removeAhPolar(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved