public class CTProps3D extends 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 Long |
contourW |
protected CTColor |
extrusionClr |
protected Long |
extrusionH |
protected STPresetMaterialType |
prstMaterial |
Constructor and Description |
---|
CTProps3D() |
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.
|
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.
|
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 |
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.
|
protected CTBevel bevelT
protected CTBevel bevelB
protected CTColor extrusionClr
protected CTColor contourClr
protected Long extrusionH
protected Long contourW
protected STPresetMaterialType prstMaterial
public CTBevel getBevelT()
CTBevel
public void setBevelT(CTBevel value)
value
- allowed object is
CTBevel
public CTBevel getBevelB()
CTBevel
public void setBevelB(CTBevel value)
value
- allowed object is
CTBevel
public CTColor getExtrusionClr()
CTColor
public void setExtrusionClr(CTColor value)
value
- allowed object is
CTColor
public CTColor getContourClr()
CTColor
public void setContourClr(CTColor value)
value
- allowed object is
CTColor
public Long getExtrusionH()
Long
public void setExtrusionH(Long value)
value
- allowed object is
Long
public Long getContourW()
Long
public void setContourW(Long value)
value
- allowed object is
Long
public STPresetMaterialType getPrstMaterial()
STPresetMaterialType
public void setPrstMaterial(STPresetMaterialType value)
value
- allowed object is
STPresetMaterialType
public 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-2019. All Rights Reserved.