public class CTScene3D extends Object
Java class for CT_Scene3D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Scene3D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="camera" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Camera"/>
<element name="lightRig" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_LightRig"/>
<element name="backdrop" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Backdrop" 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 CTBackdrop |
backdrop |
protected CTCamera |
camera |
protected CTOfficeArtExtensionList |
extLst |
protected CTLightRig |
lightRig |
| Constructor and Description |
|---|
CTScene3D() |
| Modifier and Type | Method and Description |
|---|---|
CTBackdrop |
getBackdrop()
Gets the value of the backdrop property.
|
CTCamera |
getCamera()
Gets the value of the camera property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTLightRig |
getLightRig()
Gets the value of the lightRig property.
|
void |
setBackdrop(CTBackdrop value)
Sets the value of the backdrop property.
|
void |
setCamera(CTCamera value)
Sets the value of the camera property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setLightRig(CTLightRig value)
Sets the value of the lightRig property.
|
protected CTCamera camera
protected CTLightRig lightRig
protected CTBackdrop backdrop
protected CTOfficeArtExtensionList extLst
public CTCamera getCamera()
CTCamerapublic void setCamera(CTCamera value)
value - allowed object is
CTCamerapublic CTLightRig getLightRig()
CTLightRigpublic void setLightRig(CTLightRig value)
value - allowed object is
CTLightRigpublic CTBackdrop getBackdrop()
CTBackdroppublic void setBackdrop(CTBackdrop value)
value - allowed object is
CTBackdroppublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListCopyright © 2007-2019. All Rights Reserved.