public class CTTableCellBorderStyle extends Object
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 |
---|---|
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.
|
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 |
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()
CTThemeableLineStyle
public void setLeft(CTThemeableLineStyle value)
value
- allowed object is
CTThemeableLineStyle
public CTThemeableLineStyle getRight()
CTThemeableLineStyle
public void setRight(CTThemeableLineStyle value)
value
- allowed object is
CTThemeableLineStyle
public CTThemeableLineStyle getTop()
CTThemeableLineStyle
public void setTop(CTThemeableLineStyle value)
value
- allowed object is
CTThemeableLineStyle
public CTThemeableLineStyle getBottom()
CTThemeableLineStyle
public void setBottom(CTThemeableLineStyle value)
value
- allowed object is
CTThemeableLineStyle
public CTThemeableLineStyle getInsideH()
CTThemeableLineStyle
public void setInsideH(CTThemeableLineStyle value)
value
- allowed object is
CTThemeableLineStyle
public CTThemeableLineStyle getInsideV()
CTThemeableLineStyle
public void setInsideV(CTThemeableLineStyle value)
value
- allowed object is
CTThemeableLineStyle
public CTThemeableLineStyle getTl2Br()
CTThemeableLineStyle
public void setTl2Br(CTThemeableLineStyle value)
value
- allowed object is
CTThemeableLineStyle
public CTThemeableLineStyle getTr2Bl()
CTThemeableLineStyle
public void setTr2Bl(CTThemeableLineStyle value)
value
- allowed object is
CTThemeableLineStyle
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
Copyright © 2007-2019. All Rights Reserved.