public class CTBorder extends Object implements Child
Java class for CT_Border complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Border">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="start" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_BorderPr" minOccurs="0"/>
<element name="end" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_BorderPr" minOccurs="0"/>
<element name="left" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_BorderPr" minOccurs="0"/>
<element name="right" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_BorderPr" minOccurs="0"/>
<element name="top" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_BorderPr" minOccurs="0"/>
<element name="bottom" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_BorderPr" minOccurs="0"/>
<element name="diagonal" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_BorderPr" minOccurs="0"/>
<element name="vertical" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_BorderPr" minOccurs="0"/>
<element name="horizontal" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_BorderPr" minOccurs="0"/>
</sequence>
<attribute name="diagonalUp" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="diagonalDown" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="outline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBorderPr |
bottom |
protected CTBorderPr |
diagonal |
protected Boolean |
diagonalDown |
protected Boolean |
diagonalUp |
protected CTBorderPr |
end |
protected CTBorderPr |
horizontal |
protected CTBorderPr |
left |
protected Boolean |
outline |
protected CTBorderPr |
right |
protected CTBorderPr |
start |
protected CTBorderPr |
top |
protected CTBorderPr |
vertical |
| Constructor and Description |
|---|
CTBorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBorderPr |
getBottom()
Gets the value of the bottom property.
|
CTBorderPr |
getDiagonal()
Gets the value of the diagonal property.
|
CTBorderPr |
getEnd()
Gets the value of the end property.
|
CTBorderPr |
getHorizontal()
Gets the value of the horizontal property.
|
CTBorderPr |
getLeft()
Gets the value of the left property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTBorderPr |
getRight()
Gets the value of the right property.
|
CTBorderPr |
getStart()
Gets the value of the start property.
|
CTBorderPr |
getTop()
Gets the value of the top property.
|
CTBorderPr |
getVertical()
Gets the value of the vertical property.
|
Boolean |
isDiagonalDown()
Gets the value of the diagonalDown property.
|
Boolean |
isDiagonalUp()
Gets the value of the diagonalUp property.
|
boolean |
isOutline()
Gets the value of the outline property.
|
void |
setBottom(CTBorderPr value)
Sets the value of the bottom property.
|
void |
setDiagonal(CTBorderPr value)
Sets the value of the diagonal property.
|
void |
setDiagonalDown(Boolean value)
Sets the value of the diagonalDown property.
|
void |
setDiagonalUp(Boolean value)
Sets the value of the diagonalUp property.
|
void |
setEnd(CTBorderPr value)
Sets the value of the end property.
|
void |
setHorizontal(CTBorderPr value)
Sets the value of the horizontal property.
|
void |
setLeft(CTBorderPr value)
Sets the value of the left property.
|
void |
setOutline(Boolean value)
Sets the value of the outline property.
|
void |
setParent(Object parent) |
void |
setRight(CTBorderPr value)
Sets the value of the right property.
|
void |
setStart(CTBorderPr value)
Sets the value of the start property.
|
void |
setTop(CTBorderPr value)
Sets the value of the top property.
|
void |
setVertical(CTBorderPr value)
Sets the value of the vertical property.
|
protected CTBorderPr start
protected CTBorderPr end
protected CTBorderPr left
protected CTBorderPr right
protected CTBorderPr top
protected CTBorderPr bottom
protected CTBorderPr diagonal
protected CTBorderPr vertical
protected CTBorderPr horizontal
protected Boolean diagonalUp
protected Boolean diagonalDown
protected Boolean outline
public CTBorderPr getStart()
CTBorderPrpublic void setStart(CTBorderPr value)
value - allowed object is
CTBorderPrpublic CTBorderPr getEnd()
CTBorderPrpublic void setEnd(CTBorderPr value)
value - allowed object is
CTBorderPrpublic CTBorderPr getLeft()
CTBorderPrpublic void setLeft(CTBorderPr value)
value - allowed object is
CTBorderPrpublic CTBorderPr getRight()
CTBorderPrpublic void setRight(CTBorderPr value)
value - allowed object is
CTBorderPrpublic CTBorderPr getTop()
CTBorderPrpublic void setTop(CTBorderPr value)
value - allowed object is
CTBorderPrpublic CTBorderPr getBottom()
CTBorderPrpublic void setBottom(CTBorderPr value)
value - allowed object is
CTBorderPrpublic CTBorderPr getDiagonal()
CTBorderPrpublic void setDiagonal(CTBorderPr value)
value - allowed object is
CTBorderPrpublic CTBorderPr getVertical()
CTBorderPrpublic void setVertical(CTBorderPr value)
value - allowed object is
CTBorderPrpublic CTBorderPr getHorizontal()
CTBorderPrpublic void setHorizontal(CTBorderPr value)
value - allowed object is
CTBorderPrpublic Boolean isDiagonalUp()
Booleanpublic void setDiagonalUp(Boolean value)
value - allowed object is
Booleanpublic Boolean isDiagonalDown()
Booleanpublic void setDiagonalDown(Boolean value)
value - allowed object is
Booleanpublic boolean isOutline()
Booleanpublic void setOutline(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.