Interface CTPBdr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPBdr extends XmlObject
An XML CT_PBdr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPBdr.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 Modifier and Type Method Description CTBorder
addNewBar()
Appends and returns a new empty "bar" elementCTBorder
addNewBetween()
Appends and returns a new empty "between" elementCTBorder
addNewBottom()
Appends and returns a new empty "bottom" elementCTBorder
addNewLeft()
Appends and returns a new empty "left" elementCTBorder
addNewRight()
Appends and returns a new empty "right" elementCTBorder
addNewTop()
Appends and returns a new empty "top" elementCTBorder
getBar()
Gets the "bar" elementCTBorder
getBetween()
Gets the "between" elementCTBorder
getBottom()
Gets the "bottom" elementCTBorder
getLeft()
Gets the "left" elementCTBorder
getRight()
Gets the "right" elementCTBorder
getTop()
Gets the "top" elementboolean
isSetBar()
True if has "bar" elementboolean
isSetBetween()
True if has "between" elementboolean
isSetBottom()
True if has "bottom" elementboolean
isSetLeft()
True if has "left" elementboolean
isSetRight()
True if has "right" elementboolean
isSetTop()
True if has "top" elementvoid
setBar(CTBorder bar)
Sets the "bar" elementvoid
setBetween(CTBorder between)
Sets the "between" elementvoid
setBottom(CTBorder bottom)
Sets the "bottom" elementvoid
setLeft(CTBorder left)
Sets the "left" elementvoid
setRight(CTBorder right)
Sets the "right" elementvoid
setTop(CTBorder top)
Sets the "top" elementvoid
unsetBar()
Unsets the "bar" elementvoid
unsetBetween()
Unsets the "between" elementvoid
unsetBottom()
Unsets the "bottom" elementvoid
unsetLeft()
Unsets the "left" elementvoid
unsetRight()
Unsets the "right" elementvoid
unsetTop()
Unsets the "top" element-
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
-
getTop
CTBorder getTop()
Gets the "top" element
-
isSetTop
boolean isSetTop()
True if has "top" element
-
setTop
void setTop(CTBorder top)
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
void setLeft(CTBorder left)
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
void setBottom(CTBorder bottom)
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
void setRight(CTBorder right)
Sets the "right" element
-
addNewRight
CTBorder addNewRight()
Appends and returns a new empty "right" element
-
unsetRight
void unsetRight()
Unsets the "right" element
-
getBetween
CTBorder getBetween()
Gets the "between" element
-
isSetBetween
boolean isSetBetween()
True if has "between" element
-
setBetween
void setBetween(CTBorder between)
Sets the "between" element
-
addNewBetween
CTBorder addNewBetween()
Appends and returns a new empty "between" element
-
unsetBetween
void unsetBetween()
Unsets the "between" element
-
getBar
CTBorder getBar()
Gets the "bar" element
-
isSetBar
boolean isSetBar()
True if has "bar" element
-
setBar
void setBar(CTBorder bar)
Sets the "bar" element
-
addNewBar
CTBorder addNewBar()
Appends and returns a new empty "bar" element
-
unsetBar
void unsetBar()
Unsets the "bar" element
-
-