Interface CTDrawing
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDrawing extends XmlObject
An XML CT_Drawing(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTDrawing.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 CTAbsoluteAnchoraddNewAbsoluteAnchor()Appends and returns a new empty value (as xml) as the last "absoluteAnchor" elementCTOneCellAnchoraddNewOneCellAnchor()Appends and returns a new empty value (as xml) as the last "oneCellAnchor" elementCTTwoCellAnchoraddNewTwoCellAnchor()Appends and returns a new empty value (as xml) as the last "twoCellAnchor" elementCTAbsoluteAnchor[]getAbsoluteAnchorArray()Deprecated.CTAbsoluteAnchorgetAbsoluteAnchorArray(int i)Gets ith "absoluteAnchor" elementjava.util.List<CTAbsoluteAnchor>getAbsoluteAnchorList()Gets a List of "absoluteAnchor" elementsCTOneCellAnchor[]getOneCellAnchorArray()Deprecated.CTOneCellAnchorgetOneCellAnchorArray(int i)Gets ith "oneCellAnchor" elementjava.util.List<CTOneCellAnchor>getOneCellAnchorList()Gets a List of "oneCellAnchor" elementsCTTwoCellAnchor[]getTwoCellAnchorArray()Deprecated.CTTwoCellAnchorgetTwoCellAnchorArray(int i)Gets ith "twoCellAnchor" elementjava.util.List<CTTwoCellAnchor>getTwoCellAnchorList()Gets a List of "twoCellAnchor" elementsCTAbsoluteAnchorinsertNewAbsoluteAnchor(int i)Inserts and returns a new empty value (as xml) as the ith "absoluteAnchor" elementCTOneCellAnchorinsertNewOneCellAnchor(int i)Inserts and returns a new empty value (as xml) as the ith "oneCellAnchor" elementCTTwoCellAnchorinsertNewTwoCellAnchor(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" elementintsizeOfAbsoluteAnchorArray()Returns number of "absoluteAnchor" elementintsizeOfOneCellAnchorArray()Returns number of "oneCellAnchor" elementintsizeOfTwoCellAnchorArray()Returns number of "twoCellAnchor" 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
-
getTwoCellAnchorList
java.util.List<CTTwoCellAnchor> getTwoCellAnchorList()
Gets a List of "twoCellAnchor" elements
-
getTwoCellAnchorArray
@Deprecated CTTwoCellAnchor[] getTwoCellAnchorArray()
Deprecated.Gets array of all "twoCellAnchor" elements
-
getTwoCellAnchorArray
CTTwoCellAnchor getTwoCellAnchorArray(int i)
Gets ith "twoCellAnchor" element
-
sizeOfTwoCellAnchorArray
int sizeOfTwoCellAnchorArray()
Returns number of "twoCellAnchor" element
-
setTwoCellAnchorArray
void setTwoCellAnchorArray(CTTwoCellAnchor[] twoCellAnchorArray)
Sets array of all "twoCellAnchor" element
-
setTwoCellAnchorArray
void setTwoCellAnchorArray(int i, CTTwoCellAnchor twoCellAnchor)Sets ith "twoCellAnchor" element
-
insertNewTwoCellAnchor
CTTwoCellAnchor insertNewTwoCellAnchor(int i)
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
java.util.List<CTOneCellAnchor> getOneCellAnchorList()
Gets a List of "oneCellAnchor" elements
-
getOneCellAnchorArray
@Deprecated CTOneCellAnchor[] getOneCellAnchorArray()
Deprecated.Gets array of all "oneCellAnchor" elements
-
getOneCellAnchorArray
CTOneCellAnchor getOneCellAnchorArray(int i)
Gets ith "oneCellAnchor" element
-
sizeOfOneCellAnchorArray
int sizeOfOneCellAnchorArray()
Returns number of "oneCellAnchor" element
-
setOneCellAnchorArray
void setOneCellAnchorArray(CTOneCellAnchor[] oneCellAnchorArray)
Sets array of all "oneCellAnchor" element
-
setOneCellAnchorArray
void setOneCellAnchorArray(int i, CTOneCellAnchor oneCellAnchor)Sets ith "oneCellAnchor" element
-
insertNewOneCellAnchor
CTOneCellAnchor insertNewOneCellAnchor(int i)
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
java.util.List<CTAbsoluteAnchor> getAbsoluteAnchorList()
Gets a List of "absoluteAnchor" elements
-
getAbsoluteAnchorArray
@Deprecated CTAbsoluteAnchor[] getAbsoluteAnchorArray()
Deprecated.Gets array of all "absoluteAnchor" elements
-
getAbsoluteAnchorArray
CTAbsoluteAnchor getAbsoluteAnchorArray(int i)
Gets ith "absoluteAnchor" element
-
sizeOfAbsoluteAnchorArray
int sizeOfAbsoluteAnchorArray()
Returns number of "absoluteAnchor" element
-
setAbsoluteAnchorArray
void setAbsoluteAnchorArray(CTAbsoluteAnchor[] absoluteAnchorArray)
Sets array of all "absoluteAnchor" element
-
setAbsoluteAnchorArray
void setAbsoluteAnchorArray(int i, CTAbsoluteAnchor absoluteAnchor)Sets ith "absoluteAnchor" element
-
insertNewAbsoluteAnchor
CTAbsoluteAnchor insertNewAbsoluteAnchor(int i)
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
-
-