public interface CTDivBdr extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTDivBdr.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTBorder |
addNewBottom()
Appends and returns a new empty "bottom" element
|
CTBorder |
addNewLeft()
Appends and returns a new empty "left" element
|
CTBorder |
addNewRight()
Appends and returns a new empty "right" element
|
CTBorder |
addNewTop()
Appends and returns a new empty "top" element
|
CTBorder |
getBottom()
Gets the "bottom" element
|
CTBorder |
getLeft()
Gets the "left" element
|
CTBorder |
getRight()
Gets the "right" element
|
CTBorder |
getTop()
Gets the "top" element
|
boolean |
isSetBottom()
True if has "bottom" element
|
boolean |
isSetLeft()
True if has "left" element
|
boolean |
isSetRight()
True if has "right" element
|
boolean |
isSetTop()
True if has "top" element
|
void |
setBottom(CTBorder bottom)
Sets the "bottom" element
|
void |
setLeft(CTBorder left)
Sets the "left" element
|
void |
setRight(CTBorder right)
Sets the "right" element
|
void |
setTop(CTBorder top)
Sets the "top" element
|
void |
unsetBottom()
Unsets the "bottom" element
|
void |
unsetLeft()
Unsets the "left" element
|
void |
unsetRight()
Unsets the "right" element
|
void |
unsetTop()
Unsets the "top" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTBorder getTop()
boolean isSetTop()
void setTop(CTBorder top)
CTBorder addNewTop()
void unsetTop()
CTBorder getLeft()
boolean isSetLeft()
void setLeft(CTBorder left)
CTBorder addNewLeft()
void unsetLeft()
CTBorder getBottom()
boolean isSetBottom()
void setBottom(CTBorder bottom)
CTBorder addNewBottom()
void unsetBottom()
CTBorder getRight()
boolean isSetRight()
void setRight(CTBorder right)
CTBorder addNewRight()
void unsetRight()
Copyright © 2010 - 2020 Adobe. All Rights Reserved