Interface CTBorder
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Border(@http://schemas.openxmlformats.org/spreadsheetml/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 "diagonal" elementAppends and returns a new empty "end" elementAppends and returns a new empty "horizontal" elementAppends and returns a new empty "left" elementAppends and returns a new empty "right" elementAppends and returns a new empty "start" elementAppends and returns a new empty "top" elementAppends and returns a new empty "vertical" elementGets the "bottom" elementGets the "diagonal" elementbooleanGets the "diagonalDown" attributebooleanGets the "diagonalUp" attributegetEnd()Gets the "end" elementGets the "horizontal" elementgetLeft()Gets the "left" elementbooleanGets the "outline" attributegetRight()Gets the "right" elementgetStart()Gets the "start" elementgetTop()Gets the "top" elementGets the "vertical" elementbooleanTrue if has "bottom" elementbooleanTrue if has "diagonal" elementbooleanTrue if has "diagonalDown" attributebooleanTrue if has "diagonalUp" attributebooleanisSetEnd()True if has "end" elementbooleanTrue if has "horizontal" elementbooleanTrue if has "left" elementbooleanTrue if has "outline" attributebooleanTrue if has "right" elementbooleanTrue if has "start" elementbooleanisSetTop()True if has "top" elementbooleanTrue 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" attributevoidsetEnd(CTBorderPr end) Sets the "end" elementvoidsetHorizontal(CTBorderPr horizontal) Sets the "horizontal" elementvoidsetLeft(CTBorderPr left) Sets the "left" elementvoidsetOutline(boolean outline) Sets the "outline" attributevoidsetRight(CTBorderPr right) Sets the "right" elementvoidsetStart(CTBorderPr start) Sets the "start" elementvoidsetTop(CTBorderPr top) Sets the "top" elementvoidsetVertical(CTBorderPr vertical) Sets the "vertical" elementvoidUnsets the "bottom" elementvoidUnsets the "diagonal" elementvoidUnsets the "diagonalDown" attributevoidUnsets the "diagonalUp" attributevoidunsetEnd()Unsets the "end" elementvoidUnsets the "horizontal" elementvoidUnsets the "left" elementvoidUnsets the "outline" attributevoidUnsets the "right" elementvoidUnsets the "start" elementvoidunsetTop()Unsets the "top" elementvoidUnsets the "vertical" elementGets (as xml) the "diagonalDown" attributeGets (as xml) the "diagonalUp" attributeGets (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" attributeMethods 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, valueHashCodeMethods 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
-
getStart
CTBorderPr getStart()Gets the "start" element -
isSetStart
boolean isSetStart()True if has "start" element -
setStart
Sets the "start" element -
addNewStart
CTBorderPr addNewStart()Appends and returns a new empty "start" element -
unsetStart
void unsetStart()Unsets the "start" element -
getEnd
CTBorderPr getEnd()Gets the "end" element -
isSetEnd
boolean isSetEnd()True if has "end" element -
setEnd
Sets the "end" element -
addNewEnd
CTBorderPr addNewEnd()Appends and returns a new empty "end" element -
unsetEnd
void unsetEnd()Unsets the "end" element -
getLeft
CTBorderPr getLeft()Gets the "left" element -
isSetLeft
boolean isSetLeft()True if has "left" element -
setLeft
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
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
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
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
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
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
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
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
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
Sets (as xml) the "outline" attribute -
unsetOutline
void unsetOutline()Unsets the "outline" attribute
-