Interface CTDrawing
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Drawing(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
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 "anchor" elementAppends and returns a new empty value (as xml) as the last "inline" elementCTAnchor[]Gets array of all "anchor" elementsgetAnchorArray(int i) Gets ith "anchor" elementGets a List of "anchor" elementsCTInline[]Gets array of all "inline" elementsgetInlineArray(int i) Gets ith "inline" elementGets a List of "inline" elementsinsertNewAnchor(int i) Inserts and returns a new empty value (as xml) as the ith "anchor" elementinsertNewInline(int i) Inserts and returns a new empty value (as xml) as the ith "inline" elementvoidremoveAnchor(int i) Removes the ith "anchor" elementvoidremoveInline(int i) Removes the ith "inline" elementvoidsetAnchorArray(int i, CTAnchor anchor) Sets ith "anchor" elementvoidsetAnchorArray(CTAnchor[] anchorArray) Sets array of all "anchor" elementvoidsetInlineArray(int i, CTInline inline) Sets ith "inline" elementvoidsetInlineArray(CTInline[] inlineArray) Sets array of all "inline" elementintReturns number of "anchor" elementintReturns number of "inline" 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
-
getAnchorList
Gets a List of "anchor" elements -
getAnchorArray
CTAnchor[] getAnchorArray()Gets array of all "anchor" elements -
getAnchorArray
Gets ith "anchor" element -
sizeOfAnchorArray
int sizeOfAnchorArray()Returns number of "anchor" element -
setAnchorArray
Sets array of all "anchor" element -
setAnchorArray
Sets ith "anchor" element -
insertNewAnchor
Inserts and returns a new empty value (as xml) as the ith "anchor" element -
addNewAnchor
CTAnchor addNewAnchor()Appends and returns a new empty value (as xml) as the last "anchor" element -
removeAnchor
void removeAnchor(int i) Removes the ith "anchor" element -
getInlineList
Gets a List of "inline" elements -
getInlineArray
CTInline[] getInlineArray()Gets array of all "inline" elements -
getInlineArray
Gets ith "inline" element -
sizeOfInlineArray
int sizeOfInlineArray()Returns number of "inline" element -
setInlineArray
Sets array of all "inline" element -
setInlineArray
Sets ith "inline" element -
insertNewInline
Inserts and returns a new empty value (as xml) as the ith "inline" element -
addNewInline
CTInline addNewInline()Appends and returns a new empty value (as xml) as the last "inline" element -
removeInline
void removeInline(int i) Removes the ith "inline" element
-