Interface CTDivBdr
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_DivBdr(@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 "bottom" elementAppends and returns a new empty "left" elementAppends and returns a new empty "right" elementAppends and returns a new empty "top" elementGets the "bottom" elementgetLeft()
Gets the "left" elementgetRight()
Gets the "right" elementgetTop()
Gets the "top" elementboolean
True if has "bottom" elementboolean
True if has "left" elementboolean
True if has "right" elementboolean
isSetTop()
True if has "top" elementvoid
Sets the "bottom" elementvoid
Sets the "left" elementvoid
Sets the "right" elementvoid
Sets the "top" elementvoid
Unsets the "bottom" elementvoid
Unsets the "left" elementvoid
Unsets the "right" elementvoid
unsetTop()
Unsets the "top" 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
-
getTop
CTBorder getTop()Gets the "top" element -
isSetTop
boolean isSetTop()True if has "top" element -
setTop
Sets the "top" element -
addNewTop
CTBorder addNewTop()Appends and returns a new empty "top" element -
unsetTop
void unsetTop()Unsets the "top" element -
getLeft
CTBorder getLeft()Gets the "left" element -
isSetLeft
boolean isSetLeft()True if has "left" element -
setLeft
Sets the "left" element -
addNewLeft
CTBorder addNewLeft()Appends and returns a new empty "left" element -
unsetLeft
void unsetLeft()Unsets the "left" element -
getBottom
CTBorder getBottom()Gets the "bottom" element -
isSetBottom
boolean isSetBottom()True if has "bottom" element -
setBottom
Sets the "bottom" element -
addNewBottom
CTBorder addNewBottom()Appends and returns a new empty "bottom" element -
unsetBottom
void unsetBottom()Unsets the "bottom" element -
getRight
CTBorder getRight()Gets the "right" element -
isSetRight
boolean isSetRight()True if has "right" element -
setRight
Sets the "right" element -
addNewRight
CTBorder addNewRight()Appends and returns a new empty "right" element -
unsetRight
void unsetRight()Unsets the "right" element
-