Interface CTDrawing
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Drawing(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing).
This is a complex type.
-
Field Summary
FieldsFields 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 "absoluteAnchor" elementAppends and returns a new empty value (as xml) as the last "oneCellAnchor" elementAppends and returns a new empty value (as xml) as the last "twoCellAnchor" elementGets array of all "absoluteAnchor" elementsgetAbsoluteAnchorArray(int i) Gets ith "absoluteAnchor" elementGets a List of "absoluteAnchor" elementsGets array of all "oneCellAnchor" elementsgetOneCellAnchorArray(int i) Gets ith "oneCellAnchor" elementGets a List of "oneCellAnchor" elementsGets array of all "twoCellAnchor" elementsgetTwoCellAnchorArray(int i) Gets ith "twoCellAnchor" elementGets a List of "twoCellAnchor" elementsinsertNewAbsoluteAnchor(int i) Inserts and returns a new empty value (as xml) as the ith "absoluteAnchor" elementinsertNewOneCellAnchor(int i) Inserts and returns a new empty value (as xml) as the ith "oneCellAnchor" elementinsertNewTwoCellAnchor(int i) Inserts and returns a new empty value (as xml) as the ith "twoCellAnchor" elementvoidremoveAbsoluteAnchor(int i) Removes the ith "absoluteAnchor" elementvoidremoveOneCellAnchor(int i) Removes the ith "oneCellAnchor" elementvoidremoveTwoCellAnchor(int i) Removes the ith "twoCellAnchor" elementvoidsetAbsoluteAnchorArray(int i, CTAbsoluteAnchor absoluteAnchor) Sets ith "absoluteAnchor" elementvoidsetAbsoluteAnchorArray(CTAbsoluteAnchor[] absoluteAnchorArray) Sets array of all "absoluteAnchor" elementvoidsetOneCellAnchorArray(int i, CTOneCellAnchor oneCellAnchor) Sets ith "oneCellAnchor" elementvoidsetOneCellAnchorArray(CTOneCellAnchor[] oneCellAnchorArray) Sets array of all "oneCellAnchor" elementvoidsetTwoCellAnchorArray(int i, CTTwoCellAnchor twoCellAnchor) Sets ith "twoCellAnchor" elementvoidsetTwoCellAnchorArray(CTTwoCellAnchor[] twoCellAnchorArray) Sets array of all "twoCellAnchor" elementintReturns number of "absoluteAnchor" elementintReturns number of "oneCellAnchor" elementintReturns number of "twoCellAnchor" 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
-
getTwoCellAnchorList
List<CTTwoCellAnchor> getTwoCellAnchorList()Gets a List of "twoCellAnchor" elements -
getTwoCellAnchorArray
CTTwoCellAnchor[] getTwoCellAnchorArray()Gets array of all "twoCellAnchor" elements -
getTwoCellAnchorArray
Gets ith "twoCellAnchor" element -
sizeOfTwoCellAnchorArray
int sizeOfTwoCellAnchorArray()Returns number of "twoCellAnchor" element -
setTwoCellAnchorArray
Sets array of all "twoCellAnchor" element -
setTwoCellAnchorArray
Sets ith "twoCellAnchor" element -
insertNewTwoCellAnchor
Inserts and returns a new empty value (as xml) as the ith "twoCellAnchor" element -
addNewTwoCellAnchor
CTTwoCellAnchor addNewTwoCellAnchor()Appends and returns a new empty value (as xml) as the last "twoCellAnchor" element -
removeTwoCellAnchor
void removeTwoCellAnchor(int i) Removes the ith "twoCellAnchor" element -
getOneCellAnchorList
List<CTOneCellAnchor> getOneCellAnchorList()Gets a List of "oneCellAnchor" elements -
getOneCellAnchorArray
CTOneCellAnchor[] getOneCellAnchorArray()Gets array of all "oneCellAnchor" elements -
getOneCellAnchorArray
Gets ith "oneCellAnchor" element -
sizeOfOneCellAnchorArray
int sizeOfOneCellAnchorArray()Returns number of "oneCellAnchor" element -
setOneCellAnchorArray
Sets array of all "oneCellAnchor" element -
setOneCellAnchorArray
Sets ith "oneCellAnchor" element -
insertNewOneCellAnchor
Inserts and returns a new empty value (as xml) as the ith "oneCellAnchor" element -
addNewOneCellAnchor
CTOneCellAnchor addNewOneCellAnchor()Appends and returns a new empty value (as xml) as the last "oneCellAnchor" element -
removeOneCellAnchor
void removeOneCellAnchor(int i) Removes the ith "oneCellAnchor" element -
getAbsoluteAnchorList
List<CTAbsoluteAnchor> getAbsoluteAnchorList()Gets a List of "absoluteAnchor" elements -
getAbsoluteAnchorArray
CTAbsoluteAnchor[] getAbsoluteAnchorArray()Gets array of all "absoluteAnchor" elements -
getAbsoluteAnchorArray
Gets ith "absoluteAnchor" element -
sizeOfAbsoluteAnchorArray
int sizeOfAbsoluteAnchorArray()Returns number of "absoluteAnchor" element -
setAbsoluteAnchorArray
Sets array of all "absoluteAnchor" element -
setAbsoluteAnchorArray
Sets ith "absoluteAnchor" element -
insertNewAbsoluteAnchor
Inserts and returns a new empty value (as xml) as the ith "absoluteAnchor" element -
addNewAbsoluteAnchor
CTAbsoluteAnchor addNewAbsoluteAnchor()Appends and returns a new empty value (as xml) as the last "absoluteAnchor" element -
removeAbsoluteAnchor
void removeAbsoluteAnchor(int i) Removes the ith "absoluteAnchor" element
-