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 class
CTDrawing.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTAbsoluteAnchor
addNewAbsoluteAnchor()
Appends and returns a new empty value (as xml) as the last "absoluteAnchor" elementCTOneCellAnchor
addNewOneCellAnchor()
Appends and returns a new empty value (as xml) as the last "oneCellAnchor" elementCTTwoCellAnchor
addNewTwoCellAnchor()
Appends and returns a new empty value (as xml) as the last "twoCellAnchor" elementCTAbsoluteAnchor[]
getAbsoluteAnchorArray()
Deprecated.CTAbsoluteAnchor
getAbsoluteAnchorArray(int i)
Gets ith "absoluteAnchor" elementjava.util.List<CTAbsoluteAnchor>
getAbsoluteAnchorList()
Gets a List of "absoluteAnchor" elementsCTOneCellAnchor[]
getOneCellAnchorArray()
Deprecated.CTOneCellAnchor
getOneCellAnchorArray(int i)
Gets ith "oneCellAnchor" elementjava.util.List<CTOneCellAnchor>
getOneCellAnchorList()
Gets a List of "oneCellAnchor" elementsCTTwoCellAnchor[]
getTwoCellAnchorArray()
Deprecated.CTTwoCellAnchor
getTwoCellAnchorArray(int i)
Gets ith "twoCellAnchor" elementjava.util.List<CTTwoCellAnchor>
getTwoCellAnchorList()
Gets a List of "twoCellAnchor" elementsCTAbsoluteAnchor
insertNewAbsoluteAnchor(int i)
Inserts and returns a new empty value (as xml) as the ith "absoluteAnchor" elementCTOneCellAnchor
insertNewOneCellAnchor(int i)
Inserts and returns a new empty value (as xml) as the ith "oneCellAnchor" elementCTTwoCellAnchor
insertNewTwoCellAnchor(int i)
Inserts and returns a new empty value (as xml) as the ith "twoCellAnchor" elementvoid
removeAbsoluteAnchor(int i)
Removes the ith "absoluteAnchor" elementvoid
removeOneCellAnchor(int i)
Removes the ith "oneCellAnchor" elementvoid
removeTwoCellAnchor(int i)
Removes the ith "twoCellAnchor" elementvoid
setAbsoluteAnchorArray(int i, CTAbsoluteAnchor absoluteAnchor)
Sets ith "absoluteAnchor" elementvoid
setAbsoluteAnchorArray(CTAbsoluteAnchor[] absoluteAnchorArray)
Sets array of all "absoluteAnchor" elementvoid
setOneCellAnchorArray(int i, CTOneCellAnchor oneCellAnchor)
Sets ith "oneCellAnchor" elementvoid
setOneCellAnchorArray(CTOneCellAnchor[] oneCellAnchorArray)
Sets array of all "oneCellAnchor" elementvoid
setTwoCellAnchorArray(int i, CTTwoCellAnchor twoCellAnchor)
Sets ith "twoCellAnchor" elementvoid
setTwoCellAnchorArray(CTTwoCellAnchor[] twoCellAnchorArray)
Sets array of all "twoCellAnchor" elementint
sizeOfAbsoluteAnchorArray()
Returns number of "absoluteAnchor" elementint
sizeOfOneCellAnchorArray()
Returns number of "oneCellAnchor" elementint
sizeOfTwoCellAnchorArray()
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
-
-