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 class
CTDiv.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTOnOff
addNewBlockQuote()
Appends and returns a new empty "blockQuote" elementCTOnOff
addNewBodyDiv()
Appends and returns a new empty "bodyDiv" elementCTDivBdr
addNewDivBdr()
Appends and returns a new empty "divBdr" elementCTDivs
addNewDivsChild()
Appends and returns a new empty value (as xml) as the last "divsChild" elementCTSignedTwipsMeasure
addNewMarBottom()
Appends and returns a new empty "marBottom" elementCTSignedTwipsMeasure
addNewMarLeft()
Appends and returns a new empty "marLeft" elementCTSignedTwipsMeasure
addNewMarRight()
Appends and returns a new empty "marRight" elementCTSignedTwipsMeasure
addNewMarTop()
Appends and returns a new empty "marTop" elementCTOnOff
getBlockQuote()
Gets the "blockQuote" elementCTOnOff
getBodyDiv()
Gets the "bodyDiv" elementCTDivBdr
getDivBdr()
Gets the "divBdr" elementCTDivs[]
getDivsChildArray()
Deprecated.CTDivs
getDivsChildArray(int i)
Gets ith "divsChild" elementjava.util.List<CTDivs>
getDivsChildList()
Gets a List of "divsChild" elementsjava.math.BigInteger
getId()
Gets the "id" attributeCTSignedTwipsMeasure
getMarBottom()
Gets the "marBottom" elementCTSignedTwipsMeasure
getMarLeft()
Gets the "marLeft" elementCTSignedTwipsMeasure
getMarRight()
Gets the "marRight" elementCTSignedTwipsMeasure
getMarTop()
Gets the "marTop" elementCTDivs
insertNewDivsChild(int i)
Inserts and returns a new empty value (as xml) as the ith "divsChild" elementboolean
isSetBlockQuote()
True if has "blockQuote" elementboolean
isSetBodyDiv()
True if has "bodyDiv" elementboolean
isSetDivBdr()
True if has "divBdr" elementvoid
removeDivsChild(int i)
Removes the ith "divsChild" elementvoid
setBlockQuote(CTOnOff blockQuote)
Sets the "blockQuote" elementvoid
setBodyDiv(CTOnOff bodyDiv)
Sets the "bodyDiv" elementvoid
setDivBdr(CTDivBdr divBdr)
Sets the "divBdr" elementvoid
setDivsChildArray(int i, CTDivs divsChild)
Sets ith "divsChild" elementvoid
setDivsChildArray(CTDivs[] divsChildArray)
Sets array of all "divsChild" elementvoid
setId(java.math.BigInteger id)
Sets the "id" attributevoid
setMarBottom(CTSignedTwipsMeasure marBottom)
Sets the "marBottom" elementvoid
setMarLeft(CTSignedTwipsMeasure marLeft)
Sets the "marLeft" elementvoid
setMarRight(CTSignedTwipsMeasure marRight)
Sets the "marRight" elementvoid
setMarTop(CTSignedTwipsMeasure marTop)
Sets the "marTop" elementint
sizeOfDivsChildArray()
Returns number of "divsChild" elementvoid
unsetBlockQuote()
Unsets the "blockQuote" elementvoid
unsetBodyDiv()
Unsets the "bodyDiv" elementvoid
unsetDivBdr()
Unsets the "divBdr" elementSTDecimalNumber
xgetId()
Gets (as xml) the "id" attributevoid
xsetId(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
-
-