public class CTView3D extends Object
Java class for CT_View3D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_View3D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rotX" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_RotX" minOccurs="0"/>
<element name="hPercent" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_HPercent" minOccurs="0"/>
<element name="rotY" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_RotY" minOccurs="0"/>
<element name="depthPercent" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DepthPercent" minOccurs="0"/>
<element name="rAngAx" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="perspective" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Perspective" 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 CTDepthPercent |
depthPercent |
protected CTExtensionList |
extLst |
protected CTHPercent |
hPercent |
protected CTPerspective |
perspective |
protected CTBoolean |
rAngAx |
protected CTRotX |
rotX |
protected CTRotY |
rotY |
| Constructor and Description |
|---|
CTView3D() |
| Modifier and Type | Method and Description |
|---|---|
CTDepthPercent |
getDepthPercent()
Gets the value of the depthPercent property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTHPercent |
getHPercent()
Gets the value of the hPercent property.
|
CTPerspective |
getPerspective()
Gets the value of the perspective property.
|
CTBoolean |
getRAngAx()
Gets the value of the rAngAx property.
|
CTRotX |
getRotX()
Gets the value of the rotX property.
|
CTRotY |
getRotY()
Gets the value of the rotY property.
|
void |
setDepthPercent(CTDepthPercent value)
Sets the value of the depthPercent property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHPercent(CTHPercent value)
Sets the value of the hPercent property.
|
void |
setPerspective(CTPerspective value)
Sets the value of the perspective property.
|
void |
setRAngAx(CTBoolean value)
Sets the value of the rAngAx property.
|
void |
setRotX(CTRotX value)
Sets the value of the rotX property.
|
void |
setRotY(CTRotY value)
Sets the value of the rotY property.
|
protected CTRotX rotX
protected CTHPercent hPercent
protected CTRotY rotY
protected CTDepthPercent depthPercent
protected CTBoolean rAngAx
protected CTPerspective perspective
protected CTExtensionList extLst
public CTRotX getRotX()
CTRotXpublic void setRotX(CTRotX value)
value - allowed object is
CTRotXpublic CTHPercent getHPercent()
CTHPercentpublic void setHPercent(CTHPercent value)
value - allowed object is
CTHPercentpublic CTRotY getRotY()
CTRotYpublic void setRotY(CTRotY value)
value - allowed object is
CTRotYpublic CTDepthPercent getDepthPercent()
CTDepthPercentpublic void setDepthPercent(CTDepthPercent value)
value - allowed object is
CTDepthPercentpublic CTBoolean getRAngAx()
CTBooleanpublic void setRAngAx(CTBoolean value)
value - allowed object is
CTBooleanpublic CTPerspective getPerspective()
CTPerspectivepublic void setPerspective(CTPerspective value)
value - allowed object is
CTPerspectivepublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007-2019. All Rights Reserved.