Package org.docx4j.dml
Class CTShape3D
java.lang.Object
org.docx4j.dml.CTShape3D
- All Implemented Interfaces:
Child
public class CTShape3D extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTBevelbevelBprotected CTBevelbevelTprotected CTColorcontourClrprotected java.lang.LongcontourWprotected CTOfficeArtExtensionListextLstprotected CTColorextrusionClrprotected java.lang.LongextrusionHprotected STPresetMaterialTypeprstMaterialprotected java.lang.Longz -
Constructor Summary
Constructors Constructor Description CTShape3D() -
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.longgetContourW()Gets the value of the contourW property.CTOfficeArtExtensionListgetExtLst()Gets the value of the extLst property.CTColorgetExtrusionClr()Gets the value of the extrusionClr property.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.longgetZ()Gets the value of the z 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.voidsetExtLst(CTOfficeArtExtensionList value)Sets the value of the extLst 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.voidsetZ(java.lang.Long value)Sets the value of the z 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
-
extLst
-
z
protected java.lang.Long z -
extrusionH
protected java.lang.Long extrusionH -
contourW
protected java.lang.Long contourW -
prstMaterial
-
-
Constructor Details
-
CTShape3D
public CTShape3D()
-
-
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
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTOfficeArtExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTOfficeArtExtensionList
-
getZ
public long getZ()Gets the value of the z property.- Returns:
- possible object is
Long
-
setZ
public void setZ(java.lang.Long value)Sets the value of the z property.- Parameters:
value- allowed object isLong
-
getExtrusionH
public 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 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.
-