public class CTShape3D extends Object implements Child
Java class for CT_Shape3D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Shape3D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bevelT" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Bevel" minOccurs="0"/>
<element name="bevelB" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Bevel" minOccurs="0"/>
<element name="extrusionClr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
<element name="contourClr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Color" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="z" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" default="0" />
<attribute name="extrusionH" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" default="0" />
<attribute name="contourW" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" default="0" />
<attribute name="prstMaterial" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PresetMaterialType" default="warmMatte" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBevel |
bevelB |
protected CTBevel |
bevelT |
protected CTColor |
contourClr |
protected Long |
contourW |
protected CTOfficeArtExtensionList |
extLst |
protected CTColor |
extrusionClr |
protected Long |
extrusionH |
protected STPresetMaterialType |
prstMaterial |
protected Long |
z |
| Constructor and Description |
|---|
CTShape3D() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBevel |
getBevelB()
Gets the value of the bevelB property.
|
CTBevel |
getBevelT()
Gets the value of the bevelT property.
|
CTColor |
getContourClr()
Gets the value of the contourClr property.
|
long |
getContourW()
Gets the value of the contourW property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTColor |
getExtrusionClr()
Gets the value of the extrusionClr property.
|
long |
getExtrusionH()
Gets the value of the extrusionH property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STPresetMaterialType |
getPrstMaterial()
Gets the value of the prstMaterial property.
|
long |
getZ()
Gets the value of the z property.
|
void |
setBevelB(CTBevel value)
Sets the value of the bevelB property.
|
void |
setBevelT(CTBevel value)
Sets the value of the bevelT property.
|
void |
setContourClr(CTColor value)
Sets the value of the contourClr property.
|
void |
setContourW(Long value)
Sets the value of the contourW property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setExtrusionClr(CTColor value)
Sets the value of the extrusionClr property.
|
void |
setExtrusionH(Long value)
Sets the value of the extrusionH property.
|
void |
setParent(Object parent) |
void |
setPrstMaterial(STPresetMaterialType value)
Sets the value of the prstMaterial property.
|
void |
setZ(Long value)
Sets the value of the z property.
|
protected CTBevel bevelT
protected CTBevel bevelB
protected CTColor extrusionClr
protected CTColor contourClr
protected CTOfficeArtExtensionList extLst
protected Long z
protected Long extrusionH
protected Long contourW
protected STPresetMaterialType prstMaterial
public CTBevel getBevelT()
CTBevelpublic void setBevelT(CTBevel value)
value - allowed object is
CTBevelpublic CTBevel getBevelB()
CTBevelpublic void setBevelB(CTBevel value)
value - allowed object is
CTBevelpublic CTColor getExtrusionClr()
CTColorpublic void setExtrusionClr(CTColor value)
value - allowed object is
CTColorpublic CTColor getContourClr()
CTColorpublic void setContourClr(CTColor value)
value - allowed object is
CTColorpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic long getZ()
Longpublic void setZ(Long value)
value - allowed object is
Longpublic long getExtrusionH()
Longpublic void setExtrusionH(Long value)
value - allowed object is
Longpublic long getContourW()
Longpublic void setContourW(Long value)
value - allowed object is
Longpublic STPresetMaterialType getPrstMaterial()
STPresetMaterialTypepublic void setPrstMaterial(STPresetMaterialType value)
value - allowed object is
STPresetMaterialTypepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.