public class CTTLOleBuildChart extends Object
Java class for CT_TLOleBuildChart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLOleBuildChart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_TLBuild"/>
<attribute name="bld" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLOleChartBuildType" default="allAtOnce" />
<attribute name="animBg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
animBg |
protected STTLOleChartBuildType |
bld |
protected long |
grpId |
protected String |
spid |
protected Boolean |
uiExpand |
| Constructor and Description |
|---|
CTTLOleBuildChart() |
| Modifier and Type | Method and Description |
|---|---|
STTLOleChartBuildType |
getBld()
Gets the value of the bld property.
|
long |
getGrpId()
Gets the value of the grpId property.
|
String |
getSpid()
Gets the value of the spid property.
|
boolean |
isAnimBg()
Gets the value of the animBg property.
|
boolean |
isUiExpand()
Gets the value of the uiExpand property.
|
void |
setAnimBg(Boolean value)
Sets the value of the animBg property.
|
void |
setBld(STTLOleChartBuildType value)
Sets the value of the bld property.
|
void |
setGrpId(long value)
Sets the value of the grpId property.
|
void |
setSpid(String value)
Sets the value of the spid property.
|
void |
setUiExpand(Boolean value)
Sets the value of the uiExpand property.
|
protected STTLOleChartBuildType bld
protected Boolean animBg
protected String spid
protected long grpId
protected Boolean uiExpand
public STTLOleChartBuildType getBld()
STTLOleChartBuildTypepublic void setBld(STTLOleChartBuildType value)
value - allowed object is
STTLOleChartBuildTypepublic boolean isAnimBg()
Booleanpublic void setAnimBg(Boolean value)
value - allowed object is
Booleanpublic String getSpid()
Stringpublic void setSpid(String value)
value - allowed object is
Stringpublic long getGrpId()
public void setGrpId(long value)
public boolean isUiExpand()
BooleanCopyright © 2007-2019. All Rights Reserved.