Interface CTPath2DList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Path2DList(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPath2DList> 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 "path" elementCTPath2D[]Gets array of all "path" elementsgetPathArray(int i) Gets ith "path" elementGets a List of "path" elementsinsertNewPath(int i) Inserts and returns a new empty value (as xml) as the ith "path" elementvoidremovePath(int i) Removes the ith "path" elementvoidsetPathArray(int i, CTPath2D path) Sets ith "path" elementvoidsetPathArray(CTPath2D[] pathArray) Sets array of all "path" elementintReturns number of "path" 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
-
getPathList
Gets a List of "path" elements -
getPathArray
CTPath2D[] getPathArray()Gets array of all "path" elements -
getPathArray
Gets ith "path" element -
sizeOfPathArray
int sizeOfPathArray()Returns number of "path" element -
setPathArray
Sets array of all "path" element -
setPathArray
Sets ith "path" element -
insertNewPath
Inserts and returns a new empty value (as xml) as the ith "path" element -
addNewPath
CTPath2D addNewPath()Appends and returns a new empty value (as xml) as the last "path" element -
removePath
void removePath(int i) Removes the ith "path" element
-