Interface CTBorder
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBorder extends XmlObject
An XML CT_Border(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTBorder.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 Modifier and Type Method Description CTBorderPraddNewBottom()Appends and returns a new empty "bottom" elementCTBorderPraddNewDiagonal()Appends and returns a new empty "diagonal" elementCTBorderPraddNewHorizontal()Appends and returns a new empty "horizontal" elementCTBorderPraddNewLeft()Appends and returns a new empty "left" elementCTBorderPraddNewRight()Appends and returns a new empty "right" elementCTBorderPraddNewTop()Appends and returns a new empty "top" elementCTBorderPraddNewVertical()Appends and returns a new empty "vertical" elementCTBorderPrgetBottom()Gets the "bottom" elementCTBorderPrgetDiagonal()Gets the "diagonal" elementbooleangetDiagonalDown()Gets the "diagonalDown" attributebooleangetDiagonalUp()Gets the "diagonalUp" attributeCTBorderPrgetHorizontal()Gets the "horizontal" elementCTBorderPrgetLeft()Gets the "left" elementbooleangetOutline()Gets the "outline" attributeCTBorderPrgetRight()Gets the "right" elementCTBorderPrgetTop()Gets the "top" elementCTBorderPrgetVertical()Gets the "vertical" elementbooleanisSetBottom()True if has "bottom" elementbooleanisSetDiagonal()True if has "diagonal" elementbooleanisSetDiagonalDown()True if has "diagonalDown" attributebooleanisSetDiagonalUp()True if has "diagonalUp" attributebooleanisSetHorizontal()True if has "horizontal" elementbooleanisSetLeft()True if has "left" elementbooleanisSetOutline()True if has "outline" attributebooleanisSetRight()True if has "right" elementbooleanisSetTop()True if has "top" elementbooleanisSetVertical()True if has "vertical" elementvoidsetBottom(CTBorderPr bottom)Sets the "bottom" elementvoidsetDiagonal(CTBorderPr diagonal)Sets the "diagonal" elementvoidsetDiagonalDown(boolean diagonalDown)Sets the "diagonalDown" attributevoidsetDiagonalUp(boolean diagonalUp)Sets the "diagonalUp" attributevoidsetHorizontal(CTBorderPr horizontal)Sets the "horizontal" elementvoidsetLeft(CTBorderPr left)Sets the "left" elementvoidsetOutline(boolean outline)Sets the "outline" attributevoidsetRight(CTBorderPr right)Sets the "right" elementvoidsetTop(CTBorderPr top)Sets the "top" elementvoidsetVertical(CTBorderPr vertical)Sets the "vertical" elementvoidunsetBottom()Unsets the "bottom" elementvoidunsetDiagonal()Unsets the "diagonal" elementvoidunsetDiagonalDown()Unsets the "diagonalDown" attributevoidunsetDiagonalUp()Unsets the "diagonalUp" attributevoidunsetHorizontal()Unsets the "horizontal" elementvoidunsetLeft()Unsets the "left" elementvoidunsetOutline()Unsets the "outline" attributevoidunsetRight()Unsets the "right" elementvoidunsetTop()Unsets the "top" elementvoidunsetVertical()Unsets the "vertical" elementXmlBooleanxgetDiagonalDown()Gets (as xml) the "diagonalDown" attributeXmlBooleanxgetDiagonalUp()Gets (as xml) the "diagonalUp" attributeXmlBooleanxgetOutline()Gets (as xml) the "outline" attributevoidxsetDiagonalDown(XmlBoolean diagonalDown)Sets (as xml) the "diagonalDown" attributevoidxsetDiagonalUp(XmlBoolean diagonalUp)Sets (as xml) the "diagonalUp" attributevoidxsetOutline(XmlBoolean outline)Sets (as xml) the "outline" 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
-
getLeft
CTBorderPr getLeft()
Gets the "left" element
-
isSetLeft
boolean isSetLeft()
True if has "left" element
-
setLeft
void setLeft(CTBorderPr left)
Sets the "left" element
-
addNewLeft
CTBorderPr addNewLeft()
Appends and returns a new empty "left" element
-
unsetLeft
void unsetLeft()
Unsets the "left" element
-
getRight
CTBorderPr getRight()
Gets the "right" element
-
isSetRight
boolean isSetRight()
True if has "right" element
-
setRight
void setRight(CTBorderPr right)
Sets the "right" element
-
addNewRight
CTBorderPr addNewRight()
Appends and returns a new empty "right" element
-
unsetRight
void unsetRight()
Unsets the "right" element
-
getTop
CTBorderPr getTop()
Gets the "top" element
-
isSetTop
boolean isSetTop()
True if has "top" element
-
setTop
void setTop(CTBorderPr top)
Sets the "top" element
-
addNewTop
CTBorderPr addNewTop()
Appends and returns a new empty "top" element
-
unsetTop
void unsetTop()
Unsets the "top" element
-
getBottom
CTBorderPr getBottom()
Gets the "bottom" element
-
isSetBottom
boolean isSetBottom()
True if has "bottom" element
-
setBottom
void setBottom(CTBorderPr bottom)
Sets the "bottom" element
-
addNewBottom
CTBorderPr addNewBottom()
Appends and returns a new empty "bottom" element
-
unsetBottom
void unsetBottom()
Unsets the "bottom" element
-
getDiagonal
CTBorderPr getDiagonal()
Gets the "diagonal" element
-
isSetDiagonal
boolean isSetDiagonal()
True if has "diagonal" element
-
setDiagonal
void setDiagonal(CTBorderPr diagonal)
Sets the "diagonal" element
-
addNewDiagonal
CTBorderPr addNewDiagonal()
Appends and returns a new empty "diagonal" element
-
unsetDiagonal
void unsetDiagonal()
Unsets the "diagonal" element
-
getVertical
CTBorderPr getVertical()
Gets the "vertical" element
-
isSetVertical
boolean isSetVertical()
True if has "vertical" element
-
setVertical
void setVertical(CTBorderPr vertical)
Sets the "vertical" element
-
addNewVertical
CTBorderPr addNewVertical()
Appends and returns a new empty "vertical" element
-
unsetVertical
void unsetVertical()
Unsets the "vertical" element
-
getHorizontal
CTBorderPr getHorizontal()
Gets the "horizontal" element
-
isSetHorizontal
boolean isSetHorizontal()
True if has "horizontal" element
-
setHorizontal
void setHorizontal(CTBorderPr horizontal)
Sets the "horizontal" element
-
addNewHorizontal
CTBorderPr addNewHorizontal()
Appends and returns a new empty "horizontal" element
-
unsetHorizontal
void unsetHorizontal()
Unsets the "horizontal" element
-
getDiagonalUp
boolean getDiagonalUp()
Gets the "diagonalUp" attribute
-
xgetDiagonalUp
XmlBoolean xgetDiagonalUp()
Gets (as xml) the "diagonalUp" attribute
-
isSetDiagonalUp
boolean isSetDiagonalUp()
True if has "diagonalUp" attribute
-
setDiagonalUp
void setDiagonalUp(boolean diagonalUp)
Sets the "diagonalUp" attribute
-
xsetDiagonalUp
void xsetDiagonalUp(XmlBoolean diagonalUp)
Sets (as xml) the "diagonalUp" attribute
-
unsetDiagonalUp
void unsetDiagonalUp()
Unsets the "diagonalUp" attribute
-
getDiagonalDown
boolean getDiagonalDown()
Gets the "diagonalDown" attribute
-
xgetDiagonalDown
XmlBoolean xgetDiagonalDown()
Gets (as xml) the "diagonalDown" attribute
-
isSetDiagonalDown
boolean isSetDiagonalDown()
True if has "diagonalDown" attribute
-
setDiagonalDown
void setDiagonalDown(boolean diagonalDown)
Sets the "diagonalDown" attribute
-
xsetDiagonalDown
void xsetDiagonalDown(XmlBoolean diagonalDown)
Sets (as xml) the "diagonalDown" attribute
-
unsetDiagonalDown
void unsetDiagonalDown()
Unsets the "diagonalDown" attribute
-
getOutline
boolean getOutline()
Gets the "outline" attribute
-
xgetOutline
XmlBoolean xgetOutline()
Gets (as xml) the "outline" attribute
-
isSetOutline
boolean isSetOutline()
True if has "outline" attribute
-
setOutline
void setOutline(boolean outline)
Sets the "outline" attribute
-
xsetOutline
void xsetOutline(XmlBoolean outline)
Sets (as xml) the "outline" attribute
-
unsetOutline
void unsetOutline()
Unsets the "outline" attribute
-
-