Interface CTDivs
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Divs(@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 "div" elementCTDiv[]
Gets array of all "div" elementsgetDivArray
(int i) Gets ith "div" elementGets a List of "div" elementsinsertNewDiv
(int i) Inserts and returns a new empty value (as xml) as the ith "div" elementvoid
removeDiv
(int i) Removes the ith "div" elementvoid
setDivArray
(int i, CTDiv div) Sets ith "div" elementvoid
setDivArray
(CTDiv[] divArray) Sets array of all "div" elementint
Returns number of "div" 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, valueHashCode
Methods 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
-
getDivList
Gets a List of "div" elements -
getDivArray
CTDiv[] getDivArray()Gets array of all "div" elements -
getDivArray
Gets ith "div" element -
sizeOfDivArray
int sizeOfDivArray()Returns number of "div" element -
setDivArray
Sets array of all "div" element -
setDivArray
Sets ith "div" element -
insertNewDiv
Inserts and returns a new empty value (as xml) as the ith "div" element -
addNewDiv
CTDiv addNewDiv()Appends and returns a new empty value (as xml) as the last "div" element -
removeDiv
void removeDiv(int i) Removes the ith "div" element
-