public class CTDTable extends Object
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 |
---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
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 |
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()
CTBoolean
public void setShowHorzBorder(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getShowVertBorder()
CTBoolean
public void setShowVertBorder(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getShowOutline()
CTBoolean
public void setShowOutline(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getShowKeys()
CTBoolean
public void setShowKeys(CTBoolean value)
value
- allowed object is
CTBoolean
public CTShapeProperties getSpPr()
CTShapeProperties
public void setSpPr(CTShapeProperties value)
value
- allowed object is
CTShapeProperties
public CTTextBody getTxPr()
CTTextBody
public void setTxPr(CTTextBody value)
value
- allowed object is
CTTextBody
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2014. All Rights Reserved.