public class CTTableCellBorderStyle extends Object implements Child
Java class for CT_TableCellBorderStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableCellBorderStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="left" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="right" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="top" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="bottom" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="insideH" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="insideV" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="tl2br" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="tr2bl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ThemeableLineStyle" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTThemeableLineStyle |
bottom |
protected CTOfficeArtExtensionList |
extLst |
protected CTThemeableLineStyle |
insideH |
protected CTThemeableLineStyle |
insideV |
protected CTThemeableLineStyle |
left |
protected CTThemeableLineStyle |
right |
protected CTThemeableLineStyle |
tl2Br |
protected CTThemeableLineStyle |
top |
protected CTThemeableLineStyle |
tr2Bl |
| Constructor and Description |
|---|
CTTableCellBorderStyle() |
| 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.
|
CTThemeableLineStyle |
getBottom()
Gets the value of the bottom property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTThemeableLineStyle |
getInsideH()
Gets the value of the insideH property.
|
CTThemeableLineStyle |
getInsideV()
Gets the value of the insideV property.
|
CTThemeableLineStyle |
getLeft()
Gets the value of the left property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTThemeableLineStyle |
getRight()
Gets the value of the right property.
|
CTThemeableLineStyle |
getTl2Br()
Gets the value of the tl2Br property.
|
CTThemeableLineStyle |
getTop()
Gets the value of the top property.
|
CTThemeableLineStyle |
getTr2Bl()
Gets the value of the tr2Bl property.
|
void |
setBottom(CTThemeableLineStyle value)
Sets the value of the bottom property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setInsideH(CTThemeableLineStyle value)
Sets the value of the insideH property.
|
void |
setInsideV(CTThemeableLineStyle value)
Sets the value of the insideV property.
|
void |
setLeft(CTThemeableLineStyle value)
Sets the value of the left property.
|
void |
setParent(Object parent) |
void |
setRight(CTThemeableLineStyle value)
Sets the value of the right property.
|
void |
setTl2Br(CTThemeableLineStyle value)
Sets the value of the tl2Br property.
|
void |
setTop(CTThemeableLineStyle value)
Sets the value of the top property.
|
void |
setTr2Bl(CTThemeableLineStyle value)
Sets the value of the tr2Bl property.
|
protected CTThemeableLineStyle left
protected CTThemeableLineStyle right
protected CTThemeableLineStyle top
protected CTThemeableLineStyle bottom
protected CTThemeableLineStyle insideH
protected CTThemeableLineStyle insideV
protected CTThemeableLineStyle tl2Br
protected CTThemeableLineStyle tr2Bl
protected CTOfficeArtExtensionList extLst
public CTThemeableLineStyle getLeft()
CTThemeableLineStylepublic void setLeft(CTThemeableLineStyle value)
value - allowed object is
CTThemeableLineStylepublic CTThemeableLineStyle getRight()
CTThemeableLineStylepublic void setRight(CTThemeableLineStyle value)
value - allowed object is
CTThemeableLineStylepublic CTThemeableLineStyle getTop()
CTThemeableLineStylepublic void setTop(CTThemeableLineStyle value)
value - allowed object is
CTThemeableLineStylepublic CTThemeableLineStyle getBottom()
CTThemeableLineStylepublic void setBottom(CTThemeableLineStyle value)
value - allowed object is
CTThemeableLineStylepublic CTThemeableLineStyle getInsideH()
CTThemeableLineStylepublic void setInsideH(CTThemeableLineStyle value)
value - allowed object is
CTThemeableLineStylepublic CTThemeableLineStyle getInsideV()
CTThemeableLineStylepublic void setInsideV(CTThemeableLineStyle value)
value - allowed object is
CTThemeableLineStylepublic CTThemeableLineStyle getTl2Br()
CTThemeableLineStylepublic void setTl2Br(CTThemeableLineStyle value)
value - allowed object is
CTThemeableLineStylepublic CTThemeableLineStyle getTr2Bl()
CTThemeableLineStylepublic void setTr2Bl(CTThemeableLineStyle value)
value - allowed object is
CTThemeableLineStylepublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic 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.