Interface CTDiv
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Div(@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 "blockQuote" elementAppends and returns a new empty "bodyDiv" elementAppends and returns a new empty "divBdr" elementAppends and returns a new empty value (as xml) as the last "divsChild" elementAppends and returns a new empty "marBottom" elementAppends and returns a new empty "marLeft" elementAppends and returns a new empty "marRight" elementAppends and returns a new empty "marTop" elementGets the "blockQuote" elementGets the "bodyDiv" elementGets the "divBdr" elementCTDivs[]Gets array of all "divsChild" elementsgetDivsChildArray(int i) Gets ith "divsChild" elementGets a List of "divsChild" elementsgetId()Gets the "id" attributeGets the "marBottom" elementGets the "marLeft" elementGets the "marRight" elementGets the "marTop" elementinsertNewDivsChild(int i) Inserts and returns a new empty value (as xml) as the ith "divsChild" elementbooleanTrue if has "blockQuote" elementbooleanTrue if has "bodyDiv" elementbooleanTrue if has "divBdr" elementvoidremoveDivsChild(int i) Removes the ith "divsChild" elementvoidsetBlockQuote(CTOnOff blockQuote) Sets the "blockQuote" elementvoidsetBodyDiv(CTOnOff bodyDiv) Sets the "bodyDiv" elementvoidSets the "divBdr" elementvoidsetDivsChildArray(int i, CTDivs divsChild) Sets ith "divsChild" elementvoidsetDivsChildArray(CTDivs[] divsChildArray) Sets array of all "divsChild" elementvoidsetId(BigInteger id) Sets the "id" attributevoidsetMarBottom(CTSignedTwipsMeasure marBottom) Sets the "marBottom" elementvoidsetMarLeft(CTSignedTwipsMeasure marLeft) Sets the "marLeft" elementvoidsetMarRight(CTSignedTwipsMeasure marRight) Sets the "marRight" elementvoidsetMarTop(CTSignedTwipsMeasure marTop) Sets the "marTop" elementintReturns number of "divsChild" elementvoidUnsets the "blockQuote" elementvoidUnsets the "bodyDiv" elementvoidUnsets the "divBdr" elementxgetId()Gets (as xml) the "id" attributevoidSets (as xml) the "id" attributeMethods 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
-
getBlockQuote
CTOnOff getBlockQuote()Gets the "blockQuote" element -
isSetBlockQuote
boolean isSetBlockQuote()True if has "blockQuote" element -
setBlockQuote
Sets the "blockQuote" element -
addNewBlockQuote
CTOnOff addNewBlockQuote()Appends and returns a new empty "blockQuote" element -
unsetBlockQuote
void unsetBlockQuote()Unsets the "blockQuote" element -
getBodyDiv
CTOnOff getBodyDiv()Gets the "bodyDiv" element -
isSetBodyDiv
boolean isSetBodyDiv()True if has "bodyDiv" element -
setBodyDiv
Sets the "bodyDiv" element -
addNewBodyDiv
CTOnOff addNewBodyDiv()Appends and returns a new empty "bodyDiv" element -
unsetBodyDiv
void unsetBodyDiv()Unsets the "bodyDiv" element -
getMarLeft
CTSignedTwipsMeasure getMarLeft()Gets the "marLeft" element -
setMarLeft
Sets the "marLeft" element -
addNewMarLeft
CTSignedTwipsMeasure addNewMarLeft()Appends and returns a new empty "marLeft" element -
getMarRight
CTSignedTwipsMeasure getMarRight()Gets the "marRight" element -
setMarRight
Sets the "marRight" element -
addNewMarRight
CTSignedTwipsMeasure addNewMarRight()Appends and returns a new empty "marRight" element -
getMarTop
CTSignedTwipsMeasure getMarTop()Gets the "marTop" element -
setMarTop
Sets the "marTop" element -
addNewMarTop
CTSignedTwipsMeasure addNewMarTop()Appends and returns a new empty "marTop" element -
getMarBottom
CTSignedTwipsMeasure getMarBottom()Gets the "marBottom" element -
setMarBottom
Sets the "marBottom" element -
addNewMarBottom
CTSignedTwipsMeasure addNewMarBottom()Appends and returns a new empty "marBottom" element -
getDivBdr
CTDivBdr getDivBdr()Gets the "divBdr" element -
isSetDivBdr
boolean isSetDivBdr()True if has "divBdr" element -
setDivBdr
Sets the "divBdr" element -
addNewDivBdr
CTDivBdr addNewDivBdr()Appends and returns a new empty "divBdr" element -
unsetDivBdr
void unsetDivBdr()Unsets the "divBdr" element -
getDivsChildList
Gets a List of "divsChild" elements -
getDivsChildArray
CTDivs[] getDivsChildArray()Gets array of all "divsChild" elements -
getDivsChildArray
Gets ith "divsChild" element -
sizeOfDivsChildArray
int sizeOfDivsChildArray()Returns number of "divsChild" element -
setDivsChildArray
Sets array of all "divsChild" element -
setDivsChildArray
Sets ith "divsChild" element -
insertNewDivsChild
Inserts and returns a new empty value (as xml) as the ith "divsChild" element -
addNewDivsChild
CTDivs addNewDivsChild()Appends and returns a new empty value (as xml) as the last "divsChild" element -
removeDivsChild
void removeDivsChild(int i) Removes the ith "divsChild" element -
getId
BigInteger getId()Gets the "id" attribute -
xgetId
STDecimalNumber xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute
-