Package org.docx4j.w14
Class CTProps3D
java.lang.Object
org.docx4j.w14.CTProps3D
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTBevelbevelBprotected CTBevelbevelTprotected CTColorcontourClrprotected java.lang.LongcontourWprotected CTColorextrusionClrprotected java.lang.LongextrusionHprotected STPresetMaterialTypeprstMaterial -
Constructor Summary
Constructors Constructor Description CTProps3D() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTBevelgetBevelB()Gets the value of the bevelB property.CTBevelgetBevelT()Gets the value of the bevelT property.CTColorgetContourClr()Gets the value of the contourClr property.java.lang.LonggetContourW()Gets the value of the contourW property.CTColorgetExtrusionClr()Gets the value of the extrusionClr property.java.lang.LonggetExtrusionH()Gets the value of the extrusionH property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STPresetMaterialTypegetPrstMaterial()Gets the value of the prstMaterial property.voidsetBevelB(CTBevel value)Sets the value of the bevelB property.voidsetBevelT(CTBevel value)Sets the value of the bevelT property.voidsetContourClr(CTColor value)Sets the value of the contourClr property.voidsetContourW(java.lang.Long value)Sets the value of the contourW property.voidsetExtrusionClr(CTColor value)Sets the value of the extrusionClr property.voidsetExtrusionH(java.lang.Long value)Sets the value of the extrusionH property.voidsetParent(java.lang.Object parent)voidsetPrstMaterial(STPresetMaterialType value)Sets the value of the prstMaterial property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
bevelT
-
bevelB
-
extrusionClr
-
contourClr
-
extrusionH
protected java.lang.Long extrusionH -
contourW
protected java.lang.Long contourW -
prstMaterial
-
-
Constructor Details
-
CTProps3D
public CTProps3D()
-
-
Method Details
-
getBevelT
Gets the value of the bevelT property.- Returns:
- possible object is
CTBevel
-
setBevelT
Sets the value of the bevelT property.- Parameters:
value- allowed object isCTBevel
-
getBevelB
Gets the value of the bevelB property.- Returns:
- possible object is
CTBevel
-
setBevelB
Sets the value of the bevelB property.- Parameters:
value- allowed object isCTBevel
-
getExtrusionClr
Gets the value of the extrusionClr property.- Returns:
- possible object is
CTColor
-
setExtrusionClr
Sets the value of the extrusionClr property.- Parameters:
value- allowed object isCTColor
-
getContourClr
Gets the value of the contourClr property.- Returns:
- possible object is
CTColor
-
setContourClr
Sets the value of the contourClr property.- Parameters:
value- allowed object isCTColor
-
getExtrusionH
public java.lang.Long getExtrusionH()Gets the value of the extrusionH property.- Returns:
- possible object is
Long
-
setExtrusionH
public void setExtrusionH(java.lang.Long value)Sets the value of the extrusionH property.- Parameters:
value- allowed object isLong
-
getContourW
public java.lang.Long getContourW()Gets the value of the contourW property.- Returns:
- possible object is
Long
-
setContourW
public void setContourW(java.lang.Long value)Sets the value of the contourW property.- Parameters:
value- allowed object isLong
-
getPrstMaterial
Gets the value of the prstMaterial property.- Returns:
- possible object is
STPresetMaterialType
-
setPrstMaterial
Sets the value of the prstMaterial property.- Parameters:
value- allowed object isSTPresetMaterialType
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-