public class CTTLGraphicalObjectBuild extends Object
Java class for CT_TLGraphicalObjectBuild complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLGraphicalObjectBuild"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="bldAsOne" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/> <element name="bldSub" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AnimationGraphicalObjectBuildProperties"/> </choice> <attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_TLBuild"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTEmpty |
bldAsOne |
protected CTAnimationGraphicalObjectBuildProperties |
bldSub |
protected long |
grpId |
protected String |
spid |
protected Boolean |
uiExpand |
Constructor and Description |
---|
CTTLGraphicalObjectBuild() |
Modifier and Type | Method and Description |
---|---|
CTEmpty |
getBldAsOne()
Gets the value of the bldAsOne property.
|
CTAnimationGraphicalObjectBuildProperties |
getBldSub()
Gets the value of the bldSub property.
|
long |
getGrpId()
Gets the value of the grpId property.
|
String |
getSpid()
Gets the value of the spid property.
|
boolean |
isUiExpand()
Gets the value of the uiExpand property.
|
void |
setBldAsOne(CTEmpty value)
Sets the value of the bldAsOne property.
|
void |
setBldSub(CTAnimationGraphicalObjectBuildProperties value)
Sets the value of the bldSub 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 CTEmpty bldAsOne
protected CTAnimationGraphicalObjectBuildProperties bldSub
protected String spid
protected long grpId
protected Boolean uiExpand
public CTEmpty getBldAsOne()
CTEmpty
public void setBldAsOne(CTEmpty value)
value
- allowed object is
CTEmpty
public CTAnimationGraphicalObjectBuildProperties getBldSub()
CTAnimationGraphicalObjectBuildProperties
public void setBldSub(CTAnimationGraphicalObjectBuildProperties value)
value
- allowed object is
CTAnimationGraphicalObjectBuildProperties
public String getSpid()
String
public void setSpid(String value)
value
- allowed object is
String
public long getGrpId()
public void setGrpId(long value)
public boolean isUiExpand()
Boolean
Copyright © 2007-2019. All Rights Reserved.