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()
CTBorderPr
public void setStart(CTBorderPr value)
value
- allowed object is
CTBorderPr
public CTBorderPr getEnd()
CTBorderPr
public void setEnd(CTBorderPr value)
value
- allowed object is
CTBorderPr
public CTBorderPr getLeft()
CTBorderPr
public void setLeft(CTBorderPr value)
value
- allowed object is
CTBorderPr
public CTBorderPr getRight()
CTBorderPr
public void setRight(CTBorderPr value)
value
- allowed object is
CTBorderPr
public CTBorderPr getTop()
CTBorderPr
public void setTop(CTBorderPr value)
value
- allowed object is
CTBorderPr
public CTBorderPr getBottom()
CTBorderPr
public void setBottom(CTBorderPr value)
value
- allowed object is
CTBorderPr
public CTBorderPr getDiagonal()
CTBorderPr
public void setDiagonal(CTBorderPr value)
value
- allowed object is
CTBorderPr
public CTBorderPr getVertical()
CTBorderPr
public void setVertical(CTBorderPr value)
value
- allowed object is
CTBorderPr
public CTBorderPr getHorizontal()
CTBorderPr
public void setHorizontal(CTBorderPr value)
value
- allowed object is
CTBorderPr
public Boolean isDiagonalUp()
Boolean
public void setDiagonalUp(Boolean value)
value
- allowed object is
Boolean
public Boolean isDiagonalDown()
Boolean
public void setDiagonalDown(Boolean value)
value
- allowed object is
Boolean
public boolean isOutline()
Boolean
public void setOutline(Boolean value)
value
- allowed object is
Boolean
public 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-2019. All Rights Reserved.