Interface CTDiv
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDiv extends XmlObject
An XML CT_Div(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTDiv.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTOnOffaddNewBlockQuote()Appends and returns a new empty "blockQuote" elementCTOnOffaddNewBodyDiv()Appends and returns a new empty "bodyDiv" elementCTDivBdraddNewDivBdr()Appends and returns a new empty "divBdr" elementCTDivsaddNewDivsChild()Appends and returns a new empty value (as xml) as the last "divsChild" elementCTSignedTwipsMeasureaddNewMarBottom()Appends and returns a new empty "marBottom" elementCTSignedTwipsMeasureaddNewMarLeft()Appends and returns a new empty "marLeft" elementCTSignedTwipsMeasureaddNewMarRight()Appends and returns a new empty "marRight" elementCTSignedTwipsMeasureaddNewMarTop()Appends and returns a new empty "marTop" elementCTOnOffgetBlockQuote()Gets the "blockQuote" elementCTOnOffgetBodyDiv()Gets the "bodyDiv" elementCTDivBdrgetDivBdr()Gets the "divBdr" elementCTDivs[]getDivsChildArray()Deprecated.CTDivsgetDivsChildArray(int i)Gets ith "divsChild" elementjava.util.List<CTDivs>getDivsChildList()Gets a List of "divsChild" elementsjava.math.BigIntegergetId()Gets the "id" attributeCTSignedTwipsMeasuregetMarBottom()Gets the "marBottom" elementCTSignedTwipsMeasuregetMarLeft()Gets the "marLeft" elementCTSignedTwipsMeasuregetMarRight()Gets the "marRight" elementCTSignedTwipsMeasuregetMarTop()Gets the "marTop" elementCTDivsinsertNewDivsChild(int i)Inserts and returns a new empty value (as xml) as the ith "divsChild" elementbooleanisSetBlockQuote()True if has "blockQuote" elementbooleanisSetBodyDiv()True if has "bodyDiv" elementbooleanisSetDivBdr()True if has "divBdr" elementvoidremoveDivsChild(int i)Removes the ith "divsChild" elementvoidsetBlockQuote(CTOnOff blockQuote)Sets the "blockQuote" elementvoidsetBodyDiv(CTOnOff bodyDiv)Sets the "bodyDiv" elementvoidsetDivBdr(CTDivBdr divBdr)Sets the "divBdr" elementvoidsetDivsChildArray(int i, CTDivs divsChild)Sets ith "divsChild" elementvoidsetDivsChildArray(CTDivs[] divsChildArray)Sets array of all "divsChild" elementvoidsetId(java.math.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" elementintsizeOfDivsChildArray()Returns number of "divsChild" elementvoidunsetBlockQuote()Unsets the "blockQuote" elementvoidunsetBodyDiv()Unsets the "bodyDiv" elementvoidunsetDivBdr()Unsets the "divBdr" elementSTDecimalNumberxgetId()Gets (as xml) the "id" attributevoidxsetId(STDecimalNumber id)Sets (as xml) the "id" attribute-
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
-
getBlockQuote
CTOnOff getBlockQuote()
Gets the "blockQuote" element
-
isSetBlockQuote
boolean isSetBlockQuote()
True if has "blockQuote" element
-
setBlockQuote
void setBlockQuote(CTOnOff blockQuote)
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
void setBodyDiv(CTOnOff bodyDiv)
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
void setMarLeft(CTSignedTwipsMeasure marLeft)
Sets the "marLeft" element
-
addNewMarLeft
CTSignedTwipsMeasure addNewMarLeft()
Appends and returns a new empty "marLeft" element
-
getMarRight
CTSignedTwipsMeasure getMarRight()
Gets the "marRight" element
-
setMarRight
void setMarRight(CTSignedTwipsMeasure marRight)
Sets the "marRight" element
-
addNewMarRight
CTSignedTwipsMeasure addNewMarRight()
Appends and returns a new empty "marRight" element
-
getMarTop
CTSignedTwipsMeasure getMarTop()
Gets the "marTop" element
-
setMarTop
void setMarTop(CTSignedTwipsMeasure marTop)
Sets the "marTop" element
-
addNewMarTop
CTSignedTwipsMeasure addNewMarTop()
Appends and returns a new empty "marTop" element
-
getMarBottom
CTSignedTwipsMeasure getMarBottom()
Gets the "marBottom" element
-
setMarBottom
void setMarBottom(CTSignedTwipsMeasure marBottom)
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
void setDivBdr(CTDivBdr divBdr)
Sets the "divBdr" element
-
addNewDivBdr
CTDivBdr addNewDivBdr()
Appends and returns a new empty "divBdr" element
-
unsetDivBdr
void unsetDivBdr()
Unsets the "divBdr" element
-
getDivsChildList
java.util.List<CTDivs> getDivsChildList()
Gets a List of "divsChild" elements
-
getDivsChildArray
@Deprecated CTDivs[] getDivsChildArray()
Deprecated.Gets array of all "divsChild" elements
-
getDivsChildArray
CTDivs getDivsChildArray(int i)
Gets ith "divsChild" element
-
sizeOfDivsChildArray
int sizeOfDivsChildArray()
Returns number of "divsChild" element
-
setDivsChildArray
void setDivsChildArray(CTDivs[] divsChildArray)
Sets array of all "divsChild" element
-
setDivsChildArray
void setDivsChildArray(int i, CTDivs divsChild)Sets ith "divsChild" element
-
insertNewDivsChild
CTDivs insertNewDivsChild(int i)
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
java.math.BigInteger getId()
Gets the "id" attribute
-
xgetId
STDecimalNumber xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(java.math.BigInteger id)
Sets the "id" attribute
-
xsetId
void xsetId(STDecimalNumber id)
Sets (as xml) the "id" attribute
-
-