public class CTProps3D extends java.lang.Object implements Child
Java class for CT_Props3D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Props3D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bevelT" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_Bevel" minOccurs="0"/>
<element name="bevelB" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_Bevel" minOccurs="0"/>
<element name="extrusionClr" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_Color" minOccurs="0"/>
<element name="contourClr" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_Color" minOccurs="0"/>
</sequence>
<attribute name="extrusionH" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" />
<attribute name="contourW" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" />
<attribute name="prstMaterial" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_PresetMaterialType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBevel |
bevelB |
protected CTBevel |
bevelT |
protected CTColor |
contourClr |
protected java.lang.Long |
contourW |
protected CTColor |
extrusionClr |
protected java.lang.Long |
extrusionH |
protected STPresetMaterialType |
prstMaterial |
| Constructor and Description |
|---|
CTProps3D() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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.
|
java.lang.Long |
getContourW()
Gets the value of the contourW property.
|
CTColor |
getExtrusionClr()
Gets the value of the extrusionClr property.
|
java.lang.Long |
getExtrusionH()
Gets the value of the extrusionH property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STPresetMaterialType |
getPrstMaterial()
Gets the value of the prstMaterial 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(java.lang.Long value)
Sets the value of the contourW property.
|
void |
setExtrusionClr(CTColor value)
Sets the value of the extrusionClr property.
|
void |
setExtrusionH(java.lang.Long value)
Sets the value of the extrusionH property.
|
void |
setParent(java.lang.Object parent) |
void |
setPrstMaterial(STPresetMaterialType value)
Sets the value of the prstMaterial property.
|
protected CTBevel bevelT
protected CTBevel bevelB
protected CTColor extrusionClr
protected CTColor contourClr
protected java.lang.Long extrusionH
protected java.lang.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 java.lang.Long getExtrusionH()
Longpublic void setExtrusionH(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getContourW()
Longpublic void setContourW(java.lang.Long value)
value - allowed object is
Longpublic STPresetMaterialType getPrstMaterial()
STPresetMaterialTypepublic void setPrstMaterial(STPresetMaterialType value)
value - allowed object is
STPresetMaterialTypepublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.