public class CTDTable extends Object implements Child
Java class for CT_DTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DTable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="showHorzBorder" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="showVertBorder" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="showOutline" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="showKeys" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="txPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected CTBoolean |
showHorzBorder |
protected CTBoolean |
showKeys |
protected CTBoolean |
showOutline |
protected CTBoolean |
showVertBorder |
protected CTShapeProperties |
spPr |
protected CTTextBody |
txPr |
| Constructor and Description |
|---|
CTDTable() |
| 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.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTBoolean |
getShowHorzBorder()
Gets the value of the showHorzBorder property.
|
CTBoolean |
getShowKeys()
Gets the value of the showKeys property.
|
CTBoolean |
getShowOutline()
Gets the value of the showOutline property.
|
CTBoolean |
getShowVertBorder()
Gets the value of the showVertBorder property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTTextBody |
getTxPr()
Gets the value of the txPr property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setParent(Object parent) |
void |
setShowHorzBorder(CTBoolean value)
Sets the value of the showHorzBorder property.
|
void |
setShowKeys(CTBoolean value)
Sets the value of the showKeys property.
|
void |
setShowOutline(CTBoolean value)
Sets the value of the showOutline property.
|
void |
setShowVertBorder(CTBoolean value)
Sets the value of the showVertBorder property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
protected CTBoolean showHorzBorder
protected CTBoolean showVertBorder
protected CTBoolean showOutline
protected CTBoolean showKeys
protected CTShapeProperties spPr
protected CTTextBody txPr
protected CTExtensionList extLst
public CTBoolean getShowHorzBorder()
CTBooleanpublic void setShowHorzBorder(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getShowVertBorder()
CTBooleanpublic void setShowVertBorder(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getShowOutline()
CTBooleanpublic void setShowOutline(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getShowKeys()
CTBooleanpublic void setShowKeys(CTBoolean value)
value - allowed object is
CTBooleanpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTTextBody getTxPr()
CTTextBodypublic void setTxPr(CTTextBody value)
value - allowed object is
CTTextBodypublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic 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-2020. All Rights Reserved.