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 Details

    • bevelT

      protected CTBevel bevelT
    • bevelB

      protected CTBevel bevelB
    • extrusionClr

      protected CTColor extrusionClr
    • contourClr

      protected CTColor contourClr
    • extLst

      protected CTOfficeArtExtensionList extLst
    • z

      protected java.lang.Long z
    • extrusionH

      protected java.lang.Long extrusionH
    • contourW

      protected java.lang.Long contourW
    • prstMaterial

      protected STPresetMaterialType prstMaterial
  • Constructor Details

    • CTShape3D

      public CTShape3D()
  • Method Details

    • getBevelT

      public CTBevel getBevelT()
      Gets the value of the bevelT property.
      Returns:
      possible object is CTBevel
    • setBevelT

      public void setBevelT​(CTBevel value)
      Sets the value of the bevelT property.
      Parameters:
      value - allowed object is CTBevel
    • getBevelB

      public CTBevel getBevelB()
      Gets the value of the bevelB property.
      Returns:
      possible object is CTBevel
    • setBevelB

      public void setBevelB​(CTBevel value)
      Sets the value of the bevelB property.
      Parameters:
      value - allowed object is CTBevel
    • getExtrusionClr

      public CTColor getExtrusionClr()
      Gets the value of the extrusionClr property.
      Returns:
      possible object is CTColor
    • setExtrusionClr

      public void setExtrusionClr​(CTColor value)
      Sets the value of the extrusionClr property.
      Parameters:
      value - allowed object is CTColor
    • getContourClr

      public CTColor getContourClr()
      Gets the value of the contourClr property.
      Returns:
      possible object is CTColor
    • setContourClr

      public void setContourClr​(CTColor value)
      Sets the value of the contourClr property.
      Parameters:
      value - allowed object is CTColor
    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst​(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • 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 is Long
    • 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 is Long
    • 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 is Long
    • getPrstMaterial

      public STPresetMaterialType getPrstMaterial()
      Gets the value of the prstMaterial property.
      Returns:
      possible object is STPresetMaterialType
    • setPrstMaterial

      public void setPrstMaterial​(STPresetMaterialType value)
      Sets the value of the prstMaterial property.
      Parameters:
      value - allowed object is STPresetMaterialType
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.