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 class
CTBorder.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 CTBorderPr
addNewBottom()
Appends and returns a new empty "bottom" elementCTBorderPr
addNewDiagonal()
Appends and returns a new empty "diagonal" elementCTBorderPr
addNewHorizontal()
Appends and returns a new empty "horizontal" elementCTBorderPr
addNewLeft()
Appends and returns a new empty "left" elementCTBorderPr
addNewRight()
Appends and returns a new empty "right" elementCTBorderPr
addNewTop()
Appends and returns a new empty "top" elementCTBorderPr
addNewVertical()
Appends and returns a new empty "vertical" elementCTBorderPr
getBottom()
Gets the "bottom" elementCTBorderPr
getDiagonal()
Gets the "diagonal" elementboolean
getDiagonalDown()
Gets the "diagonalDown" attributeboolean
getDiagonalUp()
Gets the "diagonalUp" attributeCTBorderPr
getHorizontal()
Gets the "horizontal" elementCTBorderPr
getLeft()
Gets the "left" elementboolean
getOutline()
Gets the "outline" attributeCTBorderPr
getRight()
Gets the "right" elementCTBorderPr
getTop()
Gets the "top" elementCTBorderPr
getVertical()
Gets the "vertical" elementboolean
isSetBottom()
True if has "bottom" elementboolean
isSetDiagonal()
True if has "diagonal" elementboolean
isSetDiagonalDown()
True if has "diagonalDown" attributeboolean
isSetDiagonalUp()
True if has "diagonalUp" attributeboolean
isSetHorizontal()
True if has "horizontal" elementboolean
isSetLeft()
True if has "left" elementboolean
isSetOutline()
True if has "outline" attributeboolean
isSetRight()
True if has "right" elementboolean
isSetTop()
True if has "top" elementboolean
isSetVertical()
True if has "vertical" elementvoid
setBottom(CTBorderPr bottom)
Sets the "bottom" elementvoid
setDiagonal(CTBorderPr diagonal)
Sets the "diagonal" elementvoid
setDiagonalDown(boolean diagonalDown)
Sets the "diagonalDown" attributevoid
setDiagonalUp(boolean diagonalUp)
Sets the "diagonalUp" attributevoid
setHorizontal(CTBorderPr horizontal)
Sets the "horizontal" elementvoid
setLeft(CTBorderPr left)
Sets the "left" elementvoid
setOutline(boolean outline)
Sets the "outline" attributevoid
setRight(CTBorderPr right)
Sets the "right" elementvoid
setTop(CTBorderPr top)
Sets the "top" elementvoid
setVertical(CTBorderPr vertical)
Sets the "vertical" elementvoid
unsetBottom()
Unsets the "bottom" elementvoid
unsetDiagonal()
Unsets the "diagonal" elementvoid
unsetDiagonalDown()
Unsets the "diagonalDown" attributevoid
unsetDiagonalUp()
Unsets the "diagonalUp" attributevoid
unsetHorizontal()
Unsets the "horizontal" elementvoid
unsetLeft()
Unsets the "left" elementvoid
unsetOutline()
Unsets the "outline" attributevoid
unsetRight()
Unsets the "right" elementvoid
unsetTop()
Unsets the "top" elementvoid
unsetVertical()
Unsets the "vertical" elementXmlBoolean
xgetDiagonalDown()
Gets (as xml) the "diagonalDown" attributeXmlBoolean
xgetDiagonalUp()
Gets (as xml) the "diagonalUp" attributeXmlBoolean
xgetOutline()
Gets (as xml) the "outline" attributevoid
xsetDiagonalDown(XmlBoolean diagonalDown)
Sets (as xml) the "diagonalDown" attributevoid
xsetDiagonalUp(XmlBoolean diagonalUp)
Sets (as xml) the "diagonalUp" attributevoid
xsetOutline(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
-
-