Package org.docx4j.dml
Class CTShape3D
java.lang.Object
org.docx4j.dml.CTShape3D
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTBevelprotected CTBevelprotected CTColorprotected Longprotected CTOfficeArtExtensionListprotected CTColorprotected Longprotected STPresetMaterialTypeprotected Long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the bevelB property.Gets the value of the bevelT property.Gets the value of the contourClr property.longGets the value of the contourW property.Gets the value of the extLst property.Gets the value of the extrusionClr property.longGets the value of the extrusionH property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the prstMaterial property.longgetZ()Gets the value of the z property.voidSets the value of the bevelB property.voidSets the value of the bevelT property.voidsetContourClr(CTColor value) Sets the value of the contourClr property.voidsetContourW(Long value) Sets the value of the contourW property.voidSets the value of the extLst property.voidsetExtrusionClr(CTColor value) Sets the value of the extrusionClr property.voidsetExtrusionH(Long value) Sets the value of the extrusionH property.voidvoidSets the value of the prstMaterial property.voidSets the value of the z property.
-
Field Details
-
bevelT
-
bevelB
-
extrusionClr
-
contourClr
-
extLst
-
z
-
extrusionH
-
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
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
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
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-