public interface CTDrawing extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTDrawing.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTAbsoluteAnchor |
addNewAbsoluteAnchor()
Appends and returns a new empty value (as xml) as the last "absoluteAnchor" element
|
CTOneCellAnchor |
addNewOneCellAnchor()
Appends and returns a new empty value (as xml) as the last "oneCellAnchor" element
|
CTTwoCellAnchor |
addNewTwoCellAnchor()
Appends and returns a new empty value (as xml) as the last "twoCellAnchor" element
|
CTAbsoluteAnchor[] |
getAbsoluteAnchorArray()
Deprecated.
|
CTAbsoluteAnchor |
getAbsoluteAnchorArray(int i)
Gets ith "absoluteAnchor" element
|
List<CTAbsoluteAnchor> |
getAbsoluteAnchorList()
Gets a List of "absoluteAnchor" elements
|
CTOneCellAnchor[] |
getOneCellAnchorArray()
Deprecated.
|
CTOneCellAnchor |
getOneCellAnchorArray(int i)
Gets ith "oneCellAnchor" element
|
List<CTOneCellAnchor> |
getOneCellAnchorList()
Gets a List of "oneCellAnchor" elements
|
CTTwoCellAnchor[] |
getTwoCellAnchorArray()
Deprecated.
|
CTTwoCellAnchor |
getTwoCellAnchorArray(int i)
Gets ith "twoCellAnchor" element
|
List<CTTwoCellAnchor> |
getTwoCellAnchorList()
Gets a List of "twoCellAnchor" elements
|
CTAbsoluteAnchor |
insertNewAbsoluteAnchor(int i)
Inserts and returns a new empty value (as xml) as the ith "absoluteAnchor" element
|
CTOneCellAnchor |
insertNewOneCellAnchor(int i)
Inserts and returns a new empty value (as xml) as the ith "oneCellAnchor" element
|
CTTwoCellAnchor |
insertNewTwoCellAnchor(int i)
Inserts and returns a new empty value (as xml) as the ith "twoCellAnchor" element
|
void |
removeAbsoluteAnchor(int i)
Removes the ith "absoluteAnchor" element
|
void |
removeOneCellAnchor(int i)
Removes the ith "oneCellAnchor" element
|
void |
removeTwoCellAnchor(int i)
Removes the ith "twoCellAnchor" element
|
void |
setAbsoluteAnchorArray(CTAbsoluteAnchor[] absoluteAnchorArray)
Sets array of all "absoluteAnchor" element
|
void |
setAbsoluteAnchorArray(int i,
CTAbsoluteAnchor absoluteAnchor)
Sets ith "absoluteAnchor" element
|
void |
setOneCellAnchorArray(CTOneCellAnchor[] oneCellAnchorArray)
Sets array of all "oneCellAnchor" element
|
void |
setOneCellAnchorArray(int i,
CTOneCellAnchor oneCellAnchor)
Sets ith "oneCellAnchor" element
|
void |
setTwoCellAnchorArray(CTTwoCellAnchor[] twoCellAnchorArray)
Sets array of all "twoCellAnchor" element
|
void |
setTwoCellAnchorArray(int i,
CTTwoCellAnchor twoCellAnchor)
Sets ith "twoCellAnchor" element
|
int |
sizeOfAbsoluteAnchorArray()
Returns number of "absoluteAnchor" element
|
int |
sizeOfOneCellAnchorArray()
Returns number of "oneCellAnchor" element
|
int |
sizeOfTwoCellAnchorArray()
Returns number of "twoCellAnchor" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTTwoCellAnchor> getTwoCellAnchorList()
@Deprecated CTTwoCellAnchor[] getTwoCellAnchorArray()
CTTwoCellAnchor getTwoCellAnchorArray(int i)
int sizeOfTwoCellAnchorArray()
void setTwoCellAnchorArray(CTTwoCellAnchor[] twoCellAnchorArray)
void setTwoCellAnchorArray(int i,
CTTwoCellAnchor twoCellAnchor)
CTTwoCellAnchor insertNewTwoCellAnchor(int i)
CTTwoCellAnchor addNewTwoCellAnchor()
void removeTwoCellAnchor(int i)
List<CTOneCellAnchor> getOneCellAnchorList()
@Deprecated CTOneCellAnchor[] getOneCellAnchorArray()
CTOneCellAnchor getOneCellAnchorArray(int i)
int sizeOfOneCellAnchorArray()
void setOneCellAnchorArray(CTOneCellAnchor[] oneCellAnchorArray)
void setOneCellAnchorArray(int i,
CTOneCellAnchor oneCellAnchor)
CTOneCellAnchor insertNewOneCellAnchor(int i)
CTOneCellAnchor addNewOneCellAnchor()
void removeOneCellAnchor(int i)
List<CTAbsoluteAnchor> getAbsoluteAnchorList()
@Deprecated CTAbsoluteAnchor[] getAbsoluteAnchorArray()
CTAbsoluteAnchor getAbsoluteAnchorArray(int i)
int sizeOfAbsoluteAnchorArray()
void setAbsoluteAnchorArray(CTAbsoluteAnchor[] absoluteAnchorArray)
void setAbsoluteAnchorArray(int i,
CTAbsoluteAnchor absoluteAnchor)
CTAbsoluteAnchor insertNewAbsoluteAnchor(int i)
CTAbsoluteAnchor addNewAbsoluteAnchor()
void removeAbsoluteAnchor(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved