Interface CTWrapPath
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_WrapPath(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTWrapPath> 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 "lineTo" elementAppends and returns a new empty "start" elementbooleanGets the "edited" attributeGets array of all "lineTo" elementsgetLineToArray(int i) Gets ith "lineTo" elementGets a List of "lineTo" elementsgetStart()Gets the "start" elementinsertNewLineTo(int i) Inserts and returns a new empty value (as xml) as the ith "lineTo" elementbooleanTrue if has "edited" attributevoidremoveLineTo(int i) Removes the ith "lineTo" elementvoidsetEdited(boolean edited) Sets the "edited" attributevoidsetLineToArray(int i, CTPoint2D lineTo) Sets ith "lineTo" elementvoidsetLineToArray(CTPoint2D[] lineToArray) Sets array of all "lineTo" elementvoidSets the "start" elementintReturns number of "lineTo" elementvoidUnsets the "edited" attributeGets (as xml) the "edited" attributevoidxsetEdited(XmlBoolean edited) Sets (as xml) the "edited" attributeMethods 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
-
getStart
CTPoint2D getStart()Gets the "start" element -
setStart
Sets the "start" element -
addNewStart
CTPoint2D addNewStart()Appends and returns a new empty "start" element -
getLineToList
Gets a List of "lineTo" elements -
getLineToArray
CTPoint2D[] getLineToArray()Gets array of all "lineTo" elements -
getLineToArray
Gets ith "lineTo" element -
sizeOfLineToArray
int sizeOfLineToArray()Returns number of "lineTo" element -
setLineToArray
Sets array of all "lineTo" element -
setLineToArray
Sets ith "lineTo" element -
insertNewLineTo
Inserts and returns a new empty value (as xml) as the ith "lineTo" element -
addNewLineTo
CTPoint2D addNewLineTo()Appends and returns a new empty value (as xml) as the last "lineTo" element -
removeLineTo
void removeLineTo(int i) Removes the ith "lineTo" element -
getEdited
boolean getEdited()Gets the "edited" attribute -
xgetEdited
XmlBoolean xgetEdited()Gets (as xml) the "edited" attribute -
isSetEdited
boolean isSetEdited()True if has "edited" attribute -
setEdited
void setEdited(boolean edited) Sets the "edited" attribute -
xsetEdited
Sets (as xml) the "edited" attribute -
unsetEdited
void unsetEdited()Unsets the "edited" attribute
-